MultipartContentParser Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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[]