NetworkAddressHelperGetLocalAddress Method |
Determines which local address will be used when sending packet to the given remote address.
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.98
Syntaxpublic static string GetLocalAddress(
string remoteAddress
)
Public Shared Function GetLocalAddress (
remoteAddress As String
) As String
public:
static String^ GetLocalAddress(
String^ remoteAddress
)
static member GetLocalAddress :
remoteAddress : string -> string Parameters
- remoteAddress String
Return Value
String
See Also