Visual Basic (Declaration) | |
---|---|
Public Event DownloadBytes As EventHandler(Of SecureTransfer.DownloadBytesEventArgs) |
C# | |
---|---|
public event EventHandler<SecureTransfer.DownloadBytesEventArgs> DownloadBytes |
The event handler receives an argument of type SecureTransfer.DownloadBytesEventArgs containing data related to this event. The following SecureTransfer.DownloadBytesEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Location (Inherited from CSharpTest.Net.Crypto.SecureTransfer.BeginTransferEventArgs) | The client-provided name of the transfer |
ReadLength | The number of bytes to read |
ReadOffset | The offset at which the bytes should be read |
TotalSize (Inherited from CSharpTest.Net.Crypto.SecureTransfer.BeginTransferEventArgs) | The full length of the file being transferred |
TransferId (Inherited from CSharpTest.Net.Crypto.SecureTransfer.BeginTransferEventArgs) | The client-provided unique identifier for this transfer |
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7