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

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

공개 메소드들

메소드 설명
ChannelEofMessage ( )

Initializes a new instance of the ChannelEofMessage class.

ChannelEofMessage ( uint localChannelNumber )

Initializes a new instance of the ChannelEofMessage class.

비공개 메소드들

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

메소드 상세

ChannelEofMessage() 공개 메소드

Initializes a new instance of the ChannelEofMessage class.
public ChannelEofMessage ( )

ChannelEofMessage() 공개 메소드

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