Property | Type | Description | |
---|---|---|---|
CreateFromStreamAsync | Task |
||
Dispose | void | ||
ReadAddressAsync | Task |
||
ReadContentAsync | Task |
||
ReadHeaderAsync | Task |
||
SaveAsync | System.Threading.Tasks.Task |
Method | Description | |
---|---|---|
Dispose ( ) : void |
Disposing the storage transmission.
|
Method | Description | |
---|---|---|
StorageTransmission ( string fullPath, |
Method | Description | |
---|---|---|
CreateFromStreamAsync ( Stream stream, string fileName ) : Task |
Creates a new transmission from the specified stream.
|
|
Dispose ( bool disposing ) : void | ||
ReadAddressAsync ( |
||
ReadContentAsync ( |
||
ReadHeaderAsync ( |
||
SaveAsync ( |
Saves the transmission to the specified stream.
|
protected StorageTransmission ( string fullPath, |
||
fullPath | string | |
address | ||
content | byte | |
contentType | string | |
contentEncoding | string | |
return | System |