MultipartFormDataContent Methods |
The MultipartFormDataContent type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add(Content) | Add the content to the MultipartFormDataContent class (Overrides MultipartContentAdd(Content).) |
![]() | Add(Content, String) | Add the content to the MultipartFormDataContent class with field name parameter |
![]() | Add(Content, String, String) | Add the content to the MultipartFormDataContent class with field and file name parameter |
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from Content.) |
![]() | Dispose(Boolean) | Releases unmanaged and - optionally - managed resources. (Inherited from MultipartContent.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from MultipartContent.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ReadAsByteArray | Serialize the HTTP content and return a byte array that represents the content. (Inherited from Content.) |
![]() | ReadAsStream | Serialize the HTTP content and return a stream that represents the content. (Inherited from Content.) |
![]() | ReadAsString | Serialize the HTTP content and return a string that represents the content. (Inherited from Content.) |
![]() | SerializeToStream | Serializes to stream. (Inherited from MultipartContent.) |
![]() | ToString | (Inherited from Object.) |