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

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

공개 메소드들

메소드 설명
ChannelSuccessMessage ( )

Initializes a new instance of the ChannelSuccessMessage class.

ChannelSuccessMessage ( uint localChannelNumber )

Initializes a new instance of the ChannelSuccessMessage class.

비공개 메소드들

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

메소드 상세

ChannelSuccessMessage() 공개 메소드

Initializes a new instance of the ChannelSuccessMessage class.

ChannelSuccessMessage() 공개 메소드

Initializes a new instance of the ChannelSuccessMessage class.
public ChannelSuccessMessage ( uint localChannelNumber )
localChannelNumber uint The local channel number.