C# 클래스 Renci.SshNet.Common.AuthenticationBannerEventArgs

Provides data for Renci.SshNet.ConnectionInfo.AuthenticationBanner event.
상속: AuthenticationEventArgs
파일 보기 프로젝트 열기: sshnet/SSH.NET 1 사용 예제들

공개 메소드들

메소드 설명
AuthenticationBannerEventArgs ( string username, string message, string language )

Initializes a new instance of the AuthenticationBannerEventArgs class.

메소드 상세

AuthenticationBannerEventArgs() 공개 메소드

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.