Show / Hide Table of Contents

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>

null if the message has no multipart content.