FtpHash Class

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image
Represents a computed hash of an object on the FTP server. See the following link for more information: http://tools.ietf.org/html/draft-bryan-ftpext-hash-02

Namespace: System.Net.FtpClient
Assembly: System.Net.FtpClient (in System.Net.FtpClient.dll) Version: 1.0.5064.17461

Syntax

C#
public class FtpHash
Visual Basic
Public Class FtpHash
Visual C++
public ref class FtpHash

Inheritance Hierarchy

System..::..Object
  System.Net.FtpClient..::..FtpHash

See Also