C# 클래스 Microsoft.HockeyApp.Channel.Transmission

Implements an asynchronous transmission of data to an HTTP POST endpoint.
파일 보기 프로젝트 열기: bitstadium/HockeySDK-Windows 1 사용 예제들

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
Transmission ( ) : System

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

메소드 상세

SendAsync() 공개 메소드

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

Transmission() 보호된 메소드

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

Transmission() 공개 메소드

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
리턴 System