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

Base class for all channel specific SSH messages.
Inheritance: System.Globalization.Message
Show file Open project: sshnet/SSH.NET

Public Methods

Method Description
ToString ( ) : string

Returns a System.String that represents this instance.

Protected Methods

Method Description
ChannelMessage ( ) : System.Globalization

Initializes a new ChannelMessage.

ChannelMessage ( uint localChannelNumber ) : System.Globalization

Initializes a new ChannelMessage with the specified local channel number.

LoadData ( ) : void

Called when type specific data need to be loaded.

SaveData ( ) : void

Called when type specific data need to be saved.

Method Details

ChannelMessage() protected method

Initializes a new ChannelMessage.
protected ChannelMessage ( ) : System.Globalization
return System.Globalization

ChannelMessage() protected method

Initializes a new ChannelMessage with the specified local channel number.
protected ChannelMessage ( uint localChannelNumber ) : System.Globalization
localChannelNumber uint The local channel number.
return System.Globalization

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

ToString() public method

Returns a System.String that represents this instance.
public ToString ( ) : string
return string