CSharpTest.Net
SecureTransfer.Client Class Members
See Also  Properties  Methods  Events Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Crypto Namespace : SecureTransfer.Client Class


Glossary Item Box

The following tables list the members exposed by SecureTransfer.Client.

Public Constructors

 NameDescription
Public ConstructorSecureTransfer.Client ConstructorConstructed 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.  
Top

Public Properties

 NameDescription
Public PropertyLimitThreadsThe maximum number of concurrent calls to the server  
Top

Public Methods

 NameDescription
Public MethodAbortAborts the transfer  
Public MethodDownloadOverloaded. 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.  
Public MethodUploadOverloaded. 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.  
Top

Public Events

 NameDescription
Public EventProgressChangedRaised after each block of data is transferred to the server.  
Top

See Also

Generated with Document! X 2011 by Innovasys