System.Net.FtpWebResponse.ExitMessage Property

Gets the message sent by the server when the FTP session is ending.

Syntax

public string ExitMessage { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The FtpWebResponse.ExitMessage property is not available until the connection to the server is closed or reused. If the FtpWebRequest.KeepAlive property is true, the connection used by this request is not closed, which prevents the server from sending an exit message.

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0