TunnelRequestType Enum
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9448)
Tunnel request type for TunnelRequested event's TunnelRequestedEventArgs.
Syntax
public enum TunnelRequestType
Fields
| Name | Description |
|---|---|
| IncomingTunnel | Request to start an incoming tunnel. |
| OutgoingTunnel | Request to start an outgoing tunnel. |
| StartListening | Request to start listening for incomming tunneled connections. |