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.13.0
Syntaxpublic static string GetLocalAddress(
string remoteAddress,
int remotePort
)
Public Shared Function GetLocalAddress (
remoteAddress As String,
remotePort As Integer
) As String
public:
static String^ GetLocalAddress(
String^ remoteAddress,
int remotePort
)
static member GetLocalAddress :
remoteAddress : string *
remotePort : int -> string
Parameters
- remoteAddress String
- remotePort Int32
Return Value
String
See Also