Gets a value indicating if this object has already been disposed.
Namespace: System.Net.FtpClient
Assembly: System.Net.FtpClient (in System.Net.FtpClient.dll) Version: 1.0.5064.17461
Syntax
C# |
---|
public bool IsDisposed { get; private set; } |
Visual Basic |
---|
Public Property IsDisposed As Boolean Get Private Set |
Visual C++ |
---|
public: property bool IsDisposed { bool get (); private: void set (bool value); } |