ForwardingRequestEventArgs Class
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
Provides data for the ForwardingRequest event.
Syntax
public class ForwardingRequestEventArgs : EventArgs
Inherited Members
Properties
Name | Description |
---|---|
Handle | Forwarding handle. |
Methods
Name | Description |
---|---|
Accept() | Accepts the request and returns the associated SSH channel. |
Reject() | Rejects the request. |