Visual Basic (Declaration) | |
---|---|
Public Event BytesReceived As EventHandler(Of SecureTransfer.BytesReceivedEventArgs) |
C# | |
---|---|
public event EventHandler<SecureTransfer.BytesReceivedEventArgs> BytesReceived |
The event handler receives an argument of type SecureTransfer.BytesReceivedEventArgs containing data related to this event. The following SecureTransfer.BytesReceivedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
BytesReceived | The bytes that should be written at WriteOffset |
Location (Inherited from CSharpTest.Net.Crypto.SecureTransfer.BeginTransferEventArgs) | The client-provided name of the transfer |
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 |
WriteOffset | The offset at which BytesReceived should be written |
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7