Back to product page

ForwardTypes enumeration


Channel types available for port forwarding.

Remarks

Possible values for ForwardTypes:

ConstantValueDescription
TCPLocalListen0Listens on local TCP port, forwards connection through devP2P to remote address.
TCPRemoteListen1Listens on remote TCP port, forwards connection through devP2P to local address.
UDPLocalListen2Listens on local UDP port, forwards connection through devP2P to remote address.
UDPRemoteListen3Listens on remote UDP port, forwards connection through devP2P to remote address.
TCPSocksProxy4Listens on local TCP port, forwards connection through devP2P to dynamicaly chosen address, using SOCKS4/4a/5 protocol.
TCPHttpProxy5Listens on local TCP port, forwards connection through devP2P to dynamicaly chosen address, WEB CONNECT protocol.

Platforms

Windows
Mac OSX
Linux
BSD