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

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

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

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