C# Class Renci.SshNet.Common.ChannelRequestEventArgs

Provides data for Renci.SshNet.Channels.Channel.RequestReceived event.
Inheritance: System.EventArgs
Mostra file Open project: sshnet/SSH.NET Class Usage Examples

Public Methods

Method Description
ChannelRequestEventArgs ( RequestInfo info ) : System

Initializes a new instance of the ChannelRequestEventArgs class.

Method Details

ChannelRequestEventArgs() public method

Initializes a new instance of the ChannelRequestEventArgs class.
public ChannelRequestEventArgs ( RequestInfo info ) : System
info Renci.SshNet.Messages.Connection.RequestInfo Request information.
return System