MultipartFormDataContent Constructor
Initializes a new instance of the MultipartFormDataContent class.
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 | |
---|---|---|
MultipartFormDataContent() | Initializes a new instance of the MultipartFormDataContent class. | |
MultipartFormDataContent(String) | Initializes a new instance of the MultipartFormDataContent class. |
Top