The following tables list the members exposed by SecureTransfer.Client.
Name | Description | |
---|---|---|
SecureTransfer.Client Constructor | Constructed to send one or more files to a remove server identified by serverKey. The transfer is a blocking call and returns on success or raises an exception. If Abort() is called durring the transfer, or if a ProgressChanged event handler raises the OperationCanceledException, the transfer is silently terminated. |
Name | Description | |
---|---|---|
LimitThreads | The maximum number of concurrent calls to the server |
Name | Description | |
---|---|---|
Abort | Aborts the transfer | |
Download | Overloaded. Called to send a specific length of bytes to a server identified by serverKey. The transfer is a blocking call and returns on success or raises an exception. If Abort() is called durring the transfer, or if a ProgressChanged event handler raises the OperationCanceledException, the transfer is silently terminated and the method will return false. | |
Upload | Overloaded. Called to send a single file to the remove server identified by serverKey. The transfer is a blocking call and returns on success or raises an exception. If Abort() is called durring the transfer, or if a ProgressChanged event handler raises the OperationCanceledException, the transfer is silently terminated and the method will return false. |
Name | Description | |
---|---|---|
ProgressChanged | Raised after each block of data is transferred to the server. |