NetworkHelper getBindAddressForRemoteAddress Method sP2P NAT Traversal and peer-to-peer networking API
sP2P NAT Traversal and peer-to-peer networking API
Gets local address to bind to when connecting to remote address

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

Public Shared Function getBindAddressForRemoteAddress ( _
	RemoteAddress As IPAddress _
) As IPAddress

Parameters

RemoteAddress
Type: System.Net IPAddress
Remote address

Return Value

Local address system will use when sending ip trafic to remote address
See Also