IPAddressExtensionsGetNetworkInformation Method |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic static NetworkInfo GetNetworkInformation(
IPAddress ipEndPoint
)
Public Shared Function GetNetworkInformation (
ipEndPoint As IPAddress
) As NetworkInfo
public:
static NetworkInfo^ GetNetworkInformation(
IPAddress^ ipEndPoint
)
static member GetNetworkInformation :
ipEndPoint : IPAddress -> NetworkInfo
Parameters
- ipEndPoint IPAddress
-
Return Value
NetworkInfo
See Also