System.Net.FtpWebResponse.WelcomeMessage Property

Gets the message sent by the FTP server when authentication is complete.

Syntax

public string WelcomeMessage { get; }

Value

Documentation for this section has not yet been entered.

Remarks

If the connection is being reused (the FtpWebRequest.KeepAlive property is set to true), the FtpWebResponse.WelcomeMessage property returns the first welcome message received with the connection.

Requirements

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