ConnectionManager Constructor (IPEndPoint, IPEndPoint)sP2P NAT Traversal and peer-to-peer networking API
sP2P NAT Traversal and peer-to-peer networking API
Initialises new instance of PeerManager class

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

Public Sub New ( _
	SupernodeEP As IPEndPoint, _
	LocalBindPoint As IPEndPoint _
)

Parameters

SupernodeEP
Type: System.Net IPEndPoint
IP End Point of supernode ConnectionManager will connect to
LocalBindPoint
Type: System.Net IPEndPoint
Local end point to bind internal connection manager socket to (not recommended if you are not sure what you are doing!)
See Also