HttpContentMultipartExtensions.IsMimeMultipartContent Method
Include Protected Members
Include Inherited Members
Determines whether the specified content is MIME multipart content.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
IsMimeMultipartContent(HttpContent) | Determines whether the specified content is MIME multipart content. | |
IsMimeMultipartContent(HttpContent, String) | Determines whether the specified content is MIME multipart content with the specified subtype. |
Top