Property | Type | Description | |
---|---|---|---|
Accepted | bool | ||
EventHandler | ISSHChannelEventHandler | ||
ReasonCode | Reason | ||
ReasonMessage | string |
Method | Description | |
---|---|---|
Accept ( ISSHChannelEventHandler eventHandler ) : |
Create an instance for accepting the request.
|
|
Reject ( Reason reason, string descrition ) : |
Create an instance for rejecting the request.
|
Method | Description | |
---|---|---|
RemotePortForwardingReply ( bool accepted, ISSHChannelEventHandler eventHandler, Reason reasonCode, string reasonMessage ) : System |
Constructor
|
public static Accept ( ISSHChannelEventHandler eventHandler ) : |
||
eventHandler | ISSHChannelEventHandler | channel event handler for the new channel |
return |
public static Reject ( Reason reason, string descrition ) : |
||
reason | Reason | reason code |
descrition | string | description |
return |
protected RemotePortForwardingReply ( bool accepted, ISSHChannelEventHandler eventHandler, Reason reasonCode, string reasonMessage ) : System | ||
accepted | bool | |
eventHandler | ISSHChannelEventHandler | |
reasonCode | Reason | |
reasonMessage | string | |
return | System |
public ISSHChannelEventHandler EventHandler | ||
return | ISSHChannelEventHandler |