IPAddressExtensionsGetNetworkInformation Method |
Namespace:
Ozeki.Network
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
- Type: System.NetIPAddress
Return Value
Type:
NetworkInfo
See Also