TunnelClosedEventArgs Class
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 8.0.9673)
Provides data for the TunnelClosed event.
Syntax
public class TunnelClosedEventArgs : EventArgs
Inherited Members
Properties
| Name | Description |
|---|---|
| Id | Tunnel ID. |
| IsIncoming | Gets a value indicating whether the tunnel was a reverse (incoming) tunnel (SSH port forwarding). |
| IsOutgoing | Gets a value indicating whether the tunnel was an outgoing tunnel. |
| RemoteEndPoint | Gets the endpoint of the remote host of the tunnel. |
| Session | Gets server session. |
| Type | Tunnel request type. |
| User | Gets the FileServerUser that requested the tunnel (for outgoing tunnels and reverse tunneling requests) or the user that initiated the tunneling (for incoming connections to reverse tunnels). |