TCPLocalSocketPipe Constructor (Socket)sP2P NAT Traversal and peer-to-peer networking API
sP2P NAT Traversal and peer-to-peer networking API
Initialises TCPLocalSocketPipe object. Application socket needs to connect to end point which you can obtain from BindEndPoint property

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

Public Sub New ( _
	ConnectionCarrierSocket As Socket _
)

Parameters

ConnectionCarrierSocket
Type: System.Net.Sockets Socket
Socket already having connection to remote host
See Also