C# Class Microsoft.HockeyApp.Channel.Transmission

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

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
Transmission ( ) : System

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

Method Details

SendAsync() public méthode

Executes the request that the current transmission represents.
public SendAsync ( ) : Task
Résultat Task

Transmission() protected méthode

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

Transmission() public méthode

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
Résultat System