Click or drag to resize

NetworkAddressHelperGetLocalAddress Method

Determines which local address will be used when sending packet to the given remote address.

Namespace:  Ozeki.Network
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public static string GetLocalAddress(
	string remoteAddress,
	int remotePort
)

Parameters

remoteAddress
Type: SystemString
remotePort
Type: SystemInt32

Return Value

Type: String
See Also