NetworkHelper GetAddressTTLDistance Method sP2P NAT Traversal and peer-to-peer networking API
sP2P NAT Traversal and peer-to-peer networking API
Measure minimal TTL distance to some remote public host asynchronously. On completion callback is executed

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

Public Shared Sub GetAddressTTLDistance ( _
	HostNameOrAddress As String, _
	Callback As GetAddressTTLDistance_CompletionCallback _
)

Parameters

HostNameOrAddress
Type: System String
Host name or IP address of remote host
Callback
Type: GetAddressTTLDistance_CompletionCallback
Callback to execute on completion.On exception -1 is passed to callback argument
See Also