C# Class Microsoft.HockeyApp.Channel.StorageTransmission

Inheritance: Transmission, IDisposable
Afficher le fichier Open project: bitstadium/HockeySDK-Windows Class Usage Examples

Private Properties

Свойство Type Description
CreateFromStreamAsync Task
Dispose void
ReadAddressAsync Task
ReadContentAsync Task
ReadHeaderAsync Task
SaveAsync System.Threading.Tasks.Task

Méthodes publiques

Méthode Description
Dispose ( ) : void

Disposing the storage transmission.

Méthodes protégées

Méthode Description
StorageTransmission ( string fullPath, Uri address, byte content, string contentType, string contentEncoding ) : System

Private Methods

Méthode 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 méthode

Disposing the storage transmission.
public Dispose ( ) : void
Résultat void

StorageTransmission() protected méthode

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