Class MultipartResponse<'TBody>
Inheritance
System.Object
MultipartResponse<'TBody>
Namespace: XRoad
Assembly: XRoadProvider.dll
Syntax
type MultipartResponse<'TBody> (body:'TBody, parts:seq<BinaryContent>)
Parameters
Type Parameters
Constructors
new: 'TBody * seq<BinaryContent> -> MultipartResponse<'TBody>
Declaration
new: body:'TBody * parts:seq<BinaryContent> -> MultipartResponse<'TBody>
Parameters
Returns
Properties
property Body: 'TBody
Declaration
property Body: 'TBody with get
Property Value
property Parts: BinaryContent []
Declaration
property Parts: BinaryContent [] with get
Property Value