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

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

공개 메소드들

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

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

DirectTcpipChannelInfo ( string hostToConnect, uint portToConnect, string originatorAddress, uint originatorPort ) : System

Initializes a new instance of the DirectTcpipChannelInfo class.

보호된 메소드들

메소드 설명
LoadData ( ) : void

Called when type specific data need to be loaded.

SaveData ( ) : void

Called when type specific data need to be saved.

메소드 상세

DirectTcpipChannelInfo() 공개 메소드

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

DirectTcpipChannelInfo() 공개 메소드

Initializes a new instance of the DirectTcpipChannelInfo class.
public DirectTcpipChannelInfo ( string hostToConnect, uint portToConnect, string originatorAddress, uint originatorPort ) : System
hostToConnect string The host to connect.
portToConnect uint The port to connect.
originatorAddress string The originator address.
originatorPort uint The originator port.
리턴 System

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