C# Class Renci.SshNet.Common.AuthenticationBannerEventArgs

Provides data for Renci.SshNet.ConnectionInfo.AuthenticationBanner event.
Inheritance: AuthenticationEventArgs
Afficher le fichier Open project: sshnet/SSH.NET Class Usage Examples

Méthodes publiques

Méthode Description
AuthenticationBannerEventArgs ( string username, string message, string language )

Initializes a new instance of the AuthenticationBannerEventArgs class.

Method Details

AuthenticationBannerEventArgs() public méthode

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.