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