Initializes a new instance of the ChannelRequestMessage class.
Namespace: Renci.SshNet.Messages.ConnectionAssembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax
public ChannelRequestMessage( uint localChannelName, RequestInfo info )
Parameters
- localChannelName
- Type:
System UInt32
Name of the local channel.
- info
- Type: Renci.SshNet.Messages.Connection RequestInfo
The info.
See Also