class MultipartContent
in global :: System . Net . Http
Provides a collection of objects that get serialized using the multipart/* content type specification.
public MultipartContent( string subtype )
Creates a new instance of the class.
subtypeThe subtype of the multipart content.
public MultipartContent( string subtype, string boundary )
Creates a new instance of the class.
subtypeThe subtype of the multipart content.boundaryThe boundary string for the multipart content.
public void Add( HttpContent content )
Add multipart HTTP content to a collection of objects that get serialized using the multipart/* content type specification.
contentThe HTTP content to add to the collection.
public Task CopyToAsync( Stream stream, CancellationToken cancellationToken )
😔 No documentation found.
public MultipartContent( )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public void Dispose( )
😔 No documentation found.
public Task LoadIntoBufferAsync( long maxBufferSize, CancellationToken cancellationToken )
😔 No documentation found.
public Task LoadIntoBufferAsync( CancellationToken cancellationToken )
😔 No documentation found.
public Task LoadIntoBufferAsync( long maxBufferSize )
😔 No documentation found.
public Task LoadIntoBufferAsync( )
😔 No documentation found.
public HttpContentHeaders Headers { get; }
😔 No documentation found.
public Task CopyToAsync( Stream stream, TransportContext context, CancellationToken cancellationToken )
😔 No documentation found.
public IEnumerator<HttpContent> GetEnumerator( )
😔 No documentation found.
public Task CopyToAsync( Stream stream )
😔 No documentation found.
public void CopyTo( Stream stream, TransportContext context, CancellationToken cancellationToken )
😔 No documentation found.
public Task<Stream> ReadAsStreamAsync( CancellationToken cancellationToken )
😔 No documentation found.
public Task<Stream> ReadAsStreamAsync( )
😔 No documentation found.
public Stream ReadAsStream( CancellationToken cancellationToken )
😔 No documentation found.
public Stream ReadAsStream( )
😔 No documentation found.
public Task<byte[]> ReadAsByteArrayAsync( CancellationToken cancellationToken )
😔 No documentation found.
public Task<byte[]> ReadAsByteArrayAsync( )
😔 No documentation found.
public Task<string> ReadAsStringAsync( CancellationToken cancellationToken )
😔 No documentation found.
public Task CopyToAsync( Stream stream, TransportContext context )
😔 No documentation found.
public Task<string> ReadAsStringAsync( )
😔 No documentation found.