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

Used to open "x11" channel type
상속: Renci.SshNet.Messages.Connection.ChannelOpenInfo
파일 보기 프로젝트 열기: sshnet/SSH.NET 1 사용 예제들

공개 메소드들

메소드 설명
X11ChannelOpenInfo ( byte data ) : System

Initializes a new instance of the X11ChannelOpenInfo class from the specified data.

X11ChannelOpenInfo ( string originatorAddress, uint originatorPort ) : System

Initializes a new instance of the X11ChannelOpenInfo class with the specified originator address and port.

보호된 메소드들

메소드 설명
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

X11ChannelOpenInfo() 공개 메소드

Initializes a new instance of the X11ChannelOpenInfo class from the specified data.
is null.
public X11ChannelOpenInfo ( byte data ) : System
data byte
리턴 System

X11ChannelOpenInfo() 공개 메소드

Initializes a new instance of the X11ChannelOpenInfo class with the specified originator address and port.
public X11ChannelOpenInfo ( string originatorAddress, uint originatorPort ) : System
originatorAddress string The originator address.
originatorPort uint The originator port.
리턴 System