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

상속: Transmission, IDisposable
파일 보기 프로젝트 열기: bitstadium/HockeySDK-Windows 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CreateFromStreamAsync Task
Dispose void
ReadAddressAsync Task
ReadContentAsync Task
ReadHeaderAsync Task
SaveAsync System.Threading.Tasks.Task

공개 메소드들

메소드 설명
Dispose ( ) : void

Disposing the storage transmission.

보호된 메소드들

메소드 설명
StorageTransmission ( string fullPath, Uri address, byte content, string contentType, string contentEncoding ) : System

비공개 메소드들

메소드 설명
CreateFromStreamAsync ( Stream stream, string fileName ) : Task

Creates a new transmission from the specified stream.

Dispose ( bool disposing ) : void
ReadAddressAsync ( TextReader reader ) : Task
ReadContentAsync ( TextReader reader ) : Task
ReadHeaderAsync ( TextReader reader, string headerName ) : Task
SaveAsync ( Transmission transmission, Stream stream ) : System.Threading.Tasks.Task

Saves the transmission to the specified stream.

메소드 상세

Dispose() 공개 메소드

Disposing the storage transmission.
public Dispose ( ) : void
리턴 void

StorageTransmission() 보호된 메소드

protected StorageTransmission ( string fullPath, Uri address, byte content, string contentType, string contentEncoding ) : System
fullPath string
address System.Uri
content byte
contentType string
contentEncoding string
리턴 System