Click or drag to resize

NetworkAddressHelper Class

Defines helper methods for network-related operations.
Inheritance Hierarchy
SystemObject
  Ozeki.NetworkNetworkAddressHelper

Namespace: Ozeki.Network
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public static class NetworkAddressHelper

The NetworkAddressHelper type exposes the following members.

Methods
 NameDescription
Public methodStatic memberConvertPrefixToSubnet Convert prefix length to a subnet mask.
Public methodStatic memberConvertSubnetToPrefix Convert a subnet mask to prefix length.
Public methodStatic memberGetAddressList Gets the list of local IP addresses.
Public methodStatic memberGetLocalAddress Determines which local address will be used when sending packet to the given remote address.
Public methodStatic memberGetLocalAddresses Gets the list of local IP addresses.
Public methodStatic memberGetLocalIP Detects the local IP address.
Top
See Also