C# Class Microsoft.HockeyApp.Channel.Transmission

Implements an asynchronous transmission of data to an HTTP POST endpoint.
Datei anzeigen Open project: bitstadium/HockeySDK-Windows Class Usage Examples

Public Methods

Method Description
SendAsync ( ) : Task

Executes the request that the current transmission represents.

Transmission ( Uri address, byte content, string contentType, string contentEncoding, System.TimeSpan timeout = default(TimeSpan) ) : System

Initializes a new instance of the Transmission class.

Protected Methods

Method Description
Transmission ( ) : System

Initializes a new instance of the Transmission class. This overload is for Test purposes.

Method Details

SendAsync() public method

Executes the request that the current transmission represents.
public SendAsync ( ) : Task
return Task

Transmission() protected method

Initializes a new instance of the Transmission class. This overload is for Test purposes.
protected Transmission ( ) : System
return System

Transmission() public method

Initializes a new instance of the Transmission class.
public Transmission ( Uri address, byte content, string contentType, string contentEncoding, System.TimeSpan timeout = default(TimeSpan) ) : System
address System.Uri
content byte
contentType string
contentEncoding string
timeout System.TimeSpan
return System