Property | Type | Description | |
---|---|---|---|
WriteBufferSize | int |
Method | Description | |
---|---|---|
CopyStream ( IProgress |
||
Dispose ( ) : void | ||
StreamCopier ( Stream sourceStream, Stream targetStream ) : System |
Method | Description | |
---|---|---|
CalculateProgress ( long downloaded, long expectedSize ) : int |
public CopyStream ( IProgress |
||
streamProgressResult | IProgress |
|
cancellationToken | ||
expectedSize | long | |
return | bool |
public StreamCopier ( Stream sourceStream, Stream targetStream ) : System | ||
sourceStream | Stream | |
targetStream | Stream | |
return | System |