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

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

공개 메소드들

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

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

ForwardedTcpipChannelInfo ( string connectedAddress, uint connectedPort, string originatorAddress, uint originatorPort ) : System

Initializes a new ForwardedTcpipChannelInfo instance with the specified connector address and port, and 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.

메소드 상세

ForwardedTcpipChannelInfo() 공개 메소드

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

ForwardedTcpipChannelInfo() 공개 메소드

Initializes a new ForwardedTcpipChannelInfo instance with the specified connector address and port, and originator address and port.
public ForwardedTcpipChannelInfo ( string connectedAddress, uint connectedPort, string originatorAddress, uint originatorPort ) : System
connectedAddress string
connectedPort uint
originatorAddress string
originatorPort uint
리턴 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