C# Class CoreTweet.Core.ProgressHttpContent

Inheritance: System.Net.Http.HttpContent
ファイルを表示 Open project: CoreTweet/CoreTweet

Public Methods

Method Description
ProgressHttpContent ( HttpContent innerContent, long totalBytesToSend, IProgress progress ) : System

Protected Methods

Method Description
SerializeToStreamAsync ( Stream stream, System.Net.TransportContext context ) : Task
TryComputeLength ( long &length ) : bool

Method Details

ProgressHttpContent() public method

public ProgressHttpContent ( HttpContent innerContent, long totalBytesToSend, IProgress progress ) : System
innerContent System.Net.Http.HttpContent
totalBytesToSend long
progress IProgress
return System

SerializeToStreamAsync() protected method

protected SerializeToStreamAsync ( Stream stream, System.Net.TransportContext context ) : Task
stream Stream
context System.Net.TransportContext
return Task

TryComputeLength() protected method

protected TryComputeLength ( long &length ) : bool
length long
return bool