Gets the computed hash returned by the server
Namespace: System.Net.FtpClient
Assembly: System.Net.FtpClient (in System.Net.FtpClient.dll) Version: 1.0.5064.17461
Syntax
C# |
---|
public string Value { get; internal set; } |
Visual Basic |
---|
Public Property Value As String Get Friend Set |
Visual C++ |
---|
public: property String^ Value { String^ get (); internal: void set (String^ value); } |