C# Class Renci.SshNet.Messages.Connection.SessionChannelOpenInfo

Used to open "session" channel type
Inheritance: Renci.SshNet.Messages.Connection.ChannelOpenInfo
Mostrar archivo Open project: sshnet/SSH.NET Class Usage Examples

Public Methods

Method Description
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.

Method Details

SessionChannelOpenInfo() public method

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

SessionChannelOpenInfo() public method

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