NetworkHelper getBindAddressForRemoteHost 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 host

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

Public Shared Function getBindAddressForRemoteHost ( _
	Host As String _
) As IPAddress

Parameters

Host
Type: System String

[Missing <param name="Host"/> documentation for "M:sP2PLib.NetworkHelper.getBindAddressForRemoteHost(System.String)"]

Return Value

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