C# Class Microsoft.HockeyApp.Channel.StorageTransmission

Inheritance: Transmission, IDisposable
Exibir arquivo Open project: bitstadium/HockeySDK-Windows Class Usage Examples

Private Properties

Property Type Description
CreateFromStreamAsync Task
Dispose void
ReadAddressAsync Task
ReadContentAsync Task
ReadHeaderAsync Task
SaveAsync System.Threading.Tasks.Task

Public Methods

Method Description
Dispose ( ) : void

Disposing the storage transmission.

Protected Methods

Method Description
StorageTransmission ( string fullPath, Uri address, byte content, string contentType, string contentEncoding ) : System

Private Methods

Method Description
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.

Method Details

Dispose() public method

Disposing the storage transmission.
public Dispose ( ) : void
return void

StorageTransmission() protected method

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