C# 클래스 Renci.SshNet.Messages.Authentication.RequestMessage

상속: Message
파일 보기 프로젝트 열기: sshnet/SSH.NET 1 사용 예제들

보호된 메소드들

메소드 설명
LoadData ( ) : void

Called when type specific data need to be loaded.

RequestMessage ( ServiceName serviceName, string username, string methodName ) : System

Initializes a new instance of the RequestMessage class.

SaveData ( ) : void

Called when type specific data need to be saved.

비공개 메소드들

메소드 설명
Process ( Session session ) : void

메소드 상세

LoadData() 보호된 메소드

Called when type specific data need to be loaded.
protected LoadData ( ) : void
리턴 void

RequestMessage() 보호된 메소드

Initializes a new instance of the RequestMessage class.
protected RequestMessage ( ServiceName serviceName, string username, string methodName ) : System
serviceName ServiceName Name of the service.
username string Authentication username.
methodName string The name of the authentication method.
리턴 System

SaveData() 보호된 메소드

Called when type specific data need to be saved.
protected SaveData ( ) : void
리턴 void