C# Class Renci.SshNet.Channels.ServerChannel

Inheritance: Channel
Afficher le fichier Open project: sshnet/SSH.NET

Méthodes protégées

Méthode Description
SendMessage ( ChannelOpenConfirmationMessage message ) : void
ServerChannel ( ISession session, uint localChannelNumber, uint localWindowSize, uint localPacketSize, uint remoteChannelNumber, uint remoteWindowSize, uint remotePacketSize ) : Renci.SshNet.Messages.Connection

Initializes a new ServerChannel instance.

Method Details

SendMessage() protected méthode

protected SendMessage ( ChannelOpenConfirmationMessage message ) : void
message Renci.SshNet.Messages.Connection.ChannelOpenConfirmationMessage
Résultat void

ServerChannel() protected méthode

Initializes a new ServerChannel instance.
protected ServerChannel ( ISession session, uint localChannelNumber, uint localWindowSize, uint localPacketSize, uint remoteChannelNumber, uint remoteWindowSize, uint remotePacketSize ) : Renci.SshNet.Messages.Connection
session ISession The session.
localChannelNumber uint The local channel number.
localWindowSize uint Size of the window.
localPacketSize uint Size of the packet.
remoteChannelNumber uint The remote channel number.
remoteWindowSize uint The window size of the remote party.
remotePacketSize uint The maximum size of a data packet that we can send to the remote party.
Résultat Renci.SshNet.Messages.Connection