Method | Description | |
---|---|---|
Abort ( ) : void |
Abort the transmission async.
|
|
CreateStream ( Stream wrappedStream ) : Stream |
Creates the stream.
|
|
GetHashCode ( ) : int |
Serves as a hash function for a CmisSync.Lib.FileTransmission.TransmissionController object.
|
|
Pause ( ) : void |
Pause the transmission async.
|
|
Resume ( ) : void |
Resume the transmission async.
|
|
Transmission ( TransmissionType type, string path, string cachePath = null ) : System |
Initializes a new instance of the CmisSync.Lib.FileTransmission.Transmission class.
|
Method | Description | |
---|---|---|
NotifyPropertyChanged ( string propertyName ) : void |
This method is called by the Set accessor of each property.
|
|
Transmission ( ) : System |
public CreateStream ( Stream wrappedStream ) : Stream | ||
wrappedStream | Stream | Wrapped stream. |
return | Stream |
public Transmission ( TransmissionType type, string path, string cachePath = null ) : System | ||
type | TransmissionType | /// Type of the transmission. /// |
path | string | /// Path to the file of the transmission. /// |
cachePath | string | /// If a download runs and a cache file is used, this should be the path to the cache file /// |
return | System |