C# 클래스 Microsoft.HockeyApp.Services.HttpClientTransmission

상속: IHttpService
파일 보기 프로젝트 열기: bitstadium/HockeySDK-Windows

공개 메소드들

메소드 설명
CreateCompressedStream ( Stream stream ) : Stream
GetContentEncoding ( ) : string
PostAsync ( Uri address, byte content, string contentType, string contentEncoding, System.TimeSpan timeout = default(TimeSpan) ) : System.Threading.Tasks.Task

메소드 상세

CreateCompressedStream() 공개 메소드

public CreateCompressedStream ( Stream stream ) : Stream
stream Stream
리턴 Stream

GetContentEncoding() 공개 메소드

public GetContentEncoding ( ) : string
리턴 string

PostAsync() 공개 메소드

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
리턴 System.Threading.Tasks.Task