IPAddressExtensionsGetNetworkInformation Method |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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
- Type: System.NetIPAddress
Return Value
Type:
NetworkInfoSee Also