NetworkHelper getInterfaceCanTcpAccept Method sP2P NAT Traversal and peer-to-peer networking API
sP2P NAT Traversal and peer-to-peer networking API
(this is always true for .Net version!)Gets the value indicating local interface with IP4 address can do socket::accept

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

Public Shared Function getInterfaceCanTcpAccept ( _
	localInterfaceAddress As IPAddress _
) As Boolean

Parameters

localInterfaceAddress
Type: System.Net IPAddress
IP4 address of local interface

Return Value

True if tcp::accept is supported, otherwise false
See Also