C# Class Microsoft.HockeyApp.Services.HttpClientTransmission

Inheritance: IHttpService
Afficher le fichier Open project: bitstadium/HockeySDK-Windows

Méthodes publiques

Méthode Description
CreateCompressedStream ( Stream stream ) : Stream
GetContentEncoding ( ) : string
PostAsync ( Uri address, byte content, string contentType, string contentEncoding, System.TimeSpan timeout = default(TimeSpan) ) : System.Threading.Tasks.Task

Method Details

CreateCompressedStream() public méthode

public CreateCompressedStream ( Stream stream ) : Stream
stream Stream
Résultat Stream

GetContentEncoding() public méthode

public GetContentEncoding ( ) : string
Résultat string

PostAsync() public méthode

public PostAsync ( Uri address, byte content, string contentType, string contentEncoding, System.TimeSpan timeout = default(TimeSpan) ) : System.Threading.Tasks.Task
address System.Uri
content byte
contentType string
contentEncoding string
timeout System.TimeSpan
Résultat System.Threading.Tasks.Task