C# 클래스 Renci.SshNet.Messages.Connection.X11ForwardingRequestInfo

Represents "x11-req" type channel request information
상속: RequestInfo
파일 보기 프로젝트 열기: sshnet/SSH.NET

공개 메소드들

메소드 설명
X11ForwardingRequestInfo ( )

Initializes a new instance of the X11ForwardingRequestInfo class.

X11ForwardingRequestInfo ( bool isSingleConnection, string protocol, byte cookie, uint screenNumber )

Initializes a new instance of the X11ForwardingRequestInfo class.

보호된 메소드들

메소드 설명
LoadData ( ) : void

Called when type specific data need to be loaded.

SaveData ( ) : void

Called when type specific data need to be saved.

메소드 상세

LoadData() 보호된 메소드

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

SaveData() 보호된 메소드

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

X11ForwardingRequestInfo() 공개 메소드

Initializes a new instance of the X11ForwardingRequestInfo class.

X11ForwardingRequestInfo() 공개 메소드

Initializes a new instance of the X11ForwardingRequestInfo class.
public X11ForwardingRequestInfo ( bool isSingleConnection, string protocol, byte cookie, uint screenNumber )
isSingleConnection bool if set to true it is a single connection.
protocol string The protocol.
cookie byte The cookie.
screenNumber uint The screen number.