NetworkAddressHelperGetLocalAddress Method |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
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