Gets a value indicating if this object represents a
valid hash response from the server.
Namespace: System.Net.FtpClient
Assembly: System.Net.FtpClient (in System.Net.FtpClient.dll) Version: 1.0.5064.17461
Syntax
C# |
---|
public bool IsValid { get; } |
Visual Basic |
---|
Public ReadOnly Property IsValid As Boolean Get |
Visual C++ |
---|
public: property bool IsValid { bool get (); } |