ConnectionManager TCPUDPEmul Constructor sP2P NAT Traversal and peer-to-peer networking API
sP2P NAT Traversal and peer-to-peer networking API

Namespace: sP2PLib
Assembly: sP2PLib (in sP2PLib.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax

Public Sub New ( _
	udp_sock As Socket, _
	remoteEndPoint As IPEndPoint, _
	Side As TunnelOpenSide, _
	Optional forExternalAppSocket As Boolean = False _
)

Parameters

udp_sock
Type: System.Net.Sockets Socket

[Missing <param name="udp_sock"/> documentation for "M:sP2PLib.ConnectionManager.TCPUDPEmul.#ctor(System.Net.Sockets.Socket,System.Net.IPEndPoint,sP2PLib.TunnelOpenSide,System.Boolean)"]

remoteEndPoint
Type: System.Net IPEndPoint

[Missing <param name="remoteEndPoint"/> documentation for "M:sP2PLib.ConnectionManager.TCPUDPEmul.#ctor(System.Net.Sockets.Socket,System.Net.IPEndPoint,sP2PLib.TunnelOpenSide,System.Boolean)"]

Side
Type: TunnelOpenSide

[Missing <param name="Side"/> documentation for "M:sP2PLib.ConnectionManager.TCPUDPEmul.#ctor(System.Net.Sockets.Socket,System.Net.IPEndPoint,sP2PLib.TunnelOpenSide,System.Boolean)"]

forExternalAppSocket (Optional)
Type: System Boolean

[Missing <param name="forExternalAppSocket"/> documentation for "M:sP2PLib.ConnectionManager.TCPUDPEmul.#ctor(System.Net.Sockets.Socket,System.Net.IPEndPoint,sP2PLib.TunnelOpenSide,System.Boolean)"]

See Also