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