프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Accepted | bool | ||
EventHandler | ISSHChannelEventHandler | ||
ReasonCode | Reason | ||
ReasonMessage | string |
메소드 | 설명 | |
---|---|---|
Accept ( ISSHChannelEventHandler eventHandler ) : |
Create an instance for accepting the request.
|
|
Reject ( Reason reason, string descrition ) : |
Create an instance for rejecting the request.
|
메소드 | 설명 | |
---|---|---|
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 |
리턴 |
public static Reject ( Reason reason, string descrition ) : |
||
reason | Reason | reason code |
descrition | string | description |
리턴 |
protected RemotePortForwardingReply ( bool accepted, ISSHChannelEventHandler eventHandler, Reason reasonCode, string reasonMessage ) : System | ||
accepted | bool | |
eventHandler | ISSHChannelEventHandler | |
reasonCode | Reason | |
reasonMessage | string | |
리턴 | System |