ForwardingClient Constructor
|
Create a forwarding client using given SSH connection. |
IsXForwarding | Indicates to the caller whether the client is configured to perform X11 forwarding. |
LocalForwardings | Returns an array of the local forwarding listeners. |
RemoteForwardings | Returns an array of the remote forwarding listeners. |
X11Forwardings | Returns an array of X11 forwarding listeners. |
AllowX11Forwarding | Overloaded. Configures the forwarding client for requesting X forwarding for subsequent session channel requests. |
CancelAllRemoteForwardings | Cancels all the remote forwardings currently in operation. |
CancelRemoteForwarding | Overloaded. Cancels a remote forwarding listener. |
CancelX11Forwarding | Cancels the X11 forwarding listener. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetActiveTunnels | Overloaded. Returns an ActiveTunnel array containing all the active tunnels that match the parameters supplied. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
RequestRemoteForwarding | Requests that the remote side start a listening socket and forward any connections made to the local side. |
StartLocalForwarding | Starts a local listening socket and forwards any connections made to the remote side. |
StopAllLocalForwarding | Stops all the local forwarding listeners. |
StopLocalForwarding | Overloaded. Stops a local forwarding configuration. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
ActivityListener | Receives notification of forwarding tunnel activity. |
ChannelFailures | Receives notification of forwarding channel failures. |
ConfigurationListener | Receives notification of forwarding configuration changes. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
ForwardingClient Class | Maverick.Forwarding Namespace