C# 클래스 Renci.SshNet.Messages.Connection.ChannelOpenConfirmationMessage

상속: ChannelMessage
파일 보기 프로젝트 열기: sshnet/SSH.NET 1 사용 예제들

공개 메소드들

메소드 설명
ChannelOpenConfirmationMessage ( )

Initializes a new instance of the ChannelOpenConfirmationMessage class.

ChannelOpenConfirmationMessage ( uint localChannelNumber, uint initialWindowSize, uint maximumPacketSize, uint remoteChannelNumber )

Initializes a new instance of the ChannelOpenConfirmationMessage class.

보호된 메소드들

메소드 설명
LoadData ( ) : void

Called when type specific data need to be loaded.

SaveData ( ) : void

Called when type specific data need to be saved.

비공개 메소드들

메소드 설명
Process ( Session session ) : void

메소드 상세

ChannelOpenConfirmationMessage() 공개 메소드

Initializes a new instance of the ChannelOpenConfirmationMessage class.

ChannelOpenConfirmationMessage() 공개 메소드

Initializes a new instance of the ChannelOpenConfirmationMessage class.
public ChannelOpenConfirmationMessage ( uint localChannelNumber, uint initialWindowSize, uint maximumPacketSize, uint remoteChannelNumber )
localChannelNumber uint The local channel number.
initialWindowSize uint Initial size of the window.
maximumPacketSize uint Maximum size of the packet.
remoteChannelNumber uint The remote channel number.

LoadData() 보호된 메소드

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

SaveData() 보호된 메소드

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