FtpClient.HashAlgorithms Property

System.Net.FtpClient

Collapse image Expand Image Copy image CopyHover image
Get the hash types supported by the server, if any. This is a recent extension to the protocol that is not fully standardized and is not guarateed to work. See here for more details: 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 FtpHashAlgorithm HashAlgorithms { get; private set; }
Visual Basic
Public Property HashAlgorithms As FtpHashAlgorithm
	Get
	Private Set
Visual C++
public:
property FtpHashAlgorithm HashAlgorithms {
	FtpHashAlgorithm get ();
	private: void set (FtpHashAlgorithm value);
}

Property Value

Type: FtpHashAlgorithm

See Also