Renci.SshNet.Common.ChannelRequestEventArgs.ChannelRequestEventArgs C# (CSharp) Method

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
        public ChannelRequestEventArgs(RequestInfo info)
        {
            Info = info;
        }
    }
ChannelRequestEventArgs