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

Used to open "session" channel type
상속: Renci.SshNet.Messages.Connection.ChannelOpenInfo
파일 보기 프로젝트 열기: sshnet/SSH.NET 1 사용 예제들

공개 메소드들

메소드 설명
SessionChannelOpenInfo ( ) : System

Initializes a new instance of the SessionChannelOpenInfo class.

SessionChannelOpenInfo ( byte data ) : System

Initializes a new instance of the SessionChannelOpenInfo class from the specified data.

메소드 상세

SessionChannelOpenInfo() 공개 메소드

Initializes a new instance of the SessionChannelOpenInfo class.
public SessionChannelOpenInfo ( ) : System
리턴 System

SessionChannelOpenInfo() 공개 메소드

Initializes a new instance of the SessionChannelOpenInfo class from the specified data.
is null.
public SessionChannelOpenInfo ( byte data ) : System
data byte
리턴 System