C# Класс Renci.SshNet.Messages.Connection.ForwardedTcpipChannelInfo

Used to open "forwarded-tcpip" channel type
Наследование: Renci.SshNet.Messages.Connection.ChannelOpenInfo
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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