C# 클래스 Renci.SshNet.Channels.ServerChannel

상속: Channel
파일 보기 프로젝트 열기: sshnet/SSH.NET

보호된 메소드들

메소드 설명
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.

메소드 상세

SendMessage() 보호된 메소드

protected SendMessage ( ChannelOpenConfirmationMessage message ) : void
message Renci.SshNet.Messages.Connection.ChannelOpenConfirmationMessage
리턴 void

ServerChannel() 보호된 메소드

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.
리턴 Renci.SshNet.Messages.Connection