Property HSMessage.Multipart
Overload
Parts of multipart content. For example of POST content with Content-Type: multipart/form-data
.
public Dictionary<string, HSContentPart> Multipart { get; }
Property Value
Dictionary<string, HSContentPart>
|