TCPLocalSocketPipe Constructor (IPEndPoint, Socket)sP2P NAT Traversal and peer-to-peer networking API
sP2P NAT Traversal and peer-to-peer networking API
Initialises TCPLocalSocketPipe object

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

Public Sub New ( _
	ListenEndPoint As IPEndPoint, _
	ConnectionCarrierSocket As Socket _
)

Parameters

ListenEndPoint
Type: System.Net IPEndPoint

[Missing <param name="ListenEndPoint"/> documentation for "M:sP2PLib.TCPLocalSocketPipe.#ctor(System.Net.IPEndPoint,System.Net.Sockets.Socket)"]

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