MultipartEncoder
Multipart encoder
Operations
Add
Add a multipart encoding content part
method : public : Add(part:MultipartContent) ~ NilParameters
| Name | Type | Description |
|---|---|---|
| part | MultipartContent | content part to add |
GetBoundary
Get boundary marker
method : public : GetBoundary() ~ StringReturn
| Type | Description |
|---|---|
| String | boundary marker |
ToByteArray
Formats content into multi-parts bytes
method : public : ToByteArray() ~ Byte[]Return
| Type | Description |
|---|---|
| Byte | multi-parts bytes |