Edit

Share via


MultipartContentParser Constructors

Definition

Overloads

MultipartContentParser(Byte[], Byte[])
MultipartContentParser(ContentType, Byte[])

MultipartContentParser(Byte[], Byte[])

public:
 MultipartContentParser(cli::array <System::Byte> ^ boundary, cli::array <System::Byte> ^ body);
public MultipartContentParser (byte[] boundary, byte[] body);
new Microsoft.Rtc.Internal.Signaling.MultipartContentParser : byte[] * byte[] -> Microsoft.Rtc.Internal.Signaling.MultipartContentParser
Public Sub New (boundary As Byte(), body As Byte())

Parameters

boundary
Byte[]
body
Byte[]

Applies to

MultipartContentParser(ContentType, Byte[])

public:
 MultipartContentParser(System::Net::Mime::ContentType ^ contentType, cli::array <System::Byte> ^ body);
public MultipartContentParser (System.Net.Mime.ContentType contentType, byte[] body);
new Microsoft.Rtc.Internal.Signaling.MultipartContentParser : System.Net.Mime.ContentType * byte[] -> Microsoft.Rtc.Internal.Signaling.MultipartContentParser

Parameters

contentType
ContentType
body
Byte[]

Applies to