C# Class Renci.SshNet.Messages.Connection.ChannelOpenMessage

Inheritance: System.Globalization.Message
Show file Open project: sshnet/SSH.NET Class Usage Examples

Public Methods

Method Description
ChannelOpenMessage ( ) : System

Initializes a new instance of the ChannelOpenMessage class.

ChannelOpenMessage ( uint channelNumber, uint initialWindowSize, uint maximumPacketSize, Renci.SshNet.Messages.Connection.ChannelOpenInfo info ) : System

Initializes a new instance of the ChannelOpenMessage class.

Protected Methods

Method Description
LoadData ( ) : void

Called when type specific data need to be loaded.

SaveData ( ) : void

Called when type specific data need to be saved.

Private Methods

Method Description
Process ( Session session ) : void

Method Details

ChannelOpenMessage() public method

Initializes a new instance of the ChannelOpenMessage class.
public ChannelOpenMessage ( ) : System
return System

ChannelOpenMessage() public method

Initializes a new instance of the ChannelOpenMessage class.
is null.
public ChannelOpenMessage ( uint channelNumber, uint initialWindowSize, uint maximumPacketSize, Renci.SshNet.Messages.Connection.ChannelOpenInfo info ) : System
channelNumber uint The channel number.
initialWindowSize uint Initial size of the window.
maximumPacketSize uint Maximum size of the packet.
info Renci.SshNet.Messages.Connection.ChannelOpenInfo Information specific to the type of the channel to open.
return System

LoadData() protected method

Called when type specific data need to be loaded.
protected LoadData ( ) : void
return void

SaveData() protected method

Called when type specific data need to be saved.
protected SaveData ( ) : void
return void