C# Class Renci.SshNet.Common.AuthenticationBannerEventArgs

Provides data for Renci.SshNet.ConnectionInfo.AuthenticationBanner event.
Inheritance: AuthenticationEventArgs
ファイルを表示 Open project: sshnet/SSH.NET Class Usage Examples

Public Methods

Method Description
AuthenticationBannerEventArgs ( string username, string message, string language )

Initializes a new instance of the AuthenticationBannerEventArgs class.

Method Details

AuthenticationBannerEventArgs() public method

Initializes a new instance of the AuthenticationBannerEventArgs class.
public AuthenticationBannerEventArgs ( string username, string message, string language )
username string The username.
message string Banner message.
language string Banner language.