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

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

공개 메소드들

메소드 설명
ChannelWindowAdjustMessage ( )

Initializes a new instance of the ChannelWindowAdjustMessage class.

ChannelWindowAdjustMessage ( uint localChannelNumber, uint bytesToAdd )

Initializes a new instance of the ChannelWindowAdjustMessage 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

메소드 상세

ChannelWindowAdjustMessage() 공개 메소드

Initializes a new instance of the ChannelWindowAdjustMessage class.

ChannelWindowAdjustMessage() 공개 메소드

Initializes a new instance of the ChannelWindowAdjustMessage class.
public ChannelWindowAdjustMessage ( uint localChannelNumber, uint bytesToAdd )
localChannelNumber uint The local channel number.
bytesToAdd uint The bytes to add.

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