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

Base class for all channel specific SSH messages.
Inheritance: System.Globalization.Message
Afficher le fichier Open project: sshnet/SSH.NET

Méthodes publiques

Méthode Description
ToString ( ) : string

Returns a System.String that represents this instance.

Méthodes protégées

Méthode 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 méthode

Initializes a new ChannelMessage.
protected ChannelMessage ( ) : System.Globalization
Résultat System.Globalization

ChannelMessage() protected méthode

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

LoadData() protected méthode

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

SaveData() protected méthode

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

ToString() public méthode

Returns a System.String that represents this instance.
public ToString ( ) : string
Résultat string