Disconnect from the server without sending QUIT. This helps
work around IOExceptions caused by buggy connection resets
when closing the control connection.
Namespace: System.Net.FtpClient
Assembly: System.Net.FtpClient (in System.Net.FtpClient.dll) Version: 1.0.5064.17461
Syntax
C# |
---|
public bool UngracefullDisconnection { get; set; } |
Visual Basic |
---|
Public Property UngracefullDisconnection As Boolean
Get
Set |
Visual C++ |
---|
public:
property bool UngracefullDisconnection {
bool get ();
void set (bool value);
} |
Property Value
Type:
Boolean
See Also