XSHA1 Members

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image

The XSHA1 type exposes the following members.

Methods

  Name Description
Public method Static member BeginGetXSHA1
Asynchronusly retrieve a SHA1 hash. The XSHA1 command is non-standard and not guaranteed to work.
Public method Static member EndGetXSHA1
Ends an asynchronous call to BeginGetXSHA1()
Public method Static member GetXSHA1
Gets the SHA-1 hash of the specified file using XSHA1. This is a non-standard extension to the protocol and may or may not work. A FtpCommandException will be thrown if the command fails.

See Also