Visual Basic (Declaration) | |
---|---|
Public Event CompleteTransfer As EventHandler(Of SecureTransfer.CompleteTransferEventArgs) |
C# | |
---|---|
public event EventHandler<SecureTransfer.CompleteTransferEventArgs> CompleteTransfer |
The event handler receives an argument of type SecureTransfer.CompleteTransferEventArgs containing data related to this event. The following SecureTransfer.CompleteTransferEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ContentHash | The SHA-256 hash of the entire content file transferred |
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 |
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7