NetworkHelper Class

Provides helper methods related to networking.
Inheritance Hierarchy
SystemObject
  Dundas.BI.UtilityNetworkHelper

Namespace:  Dundas.BI.Utility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public static class NetworkHelper

The NetworkHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCidrToIPRange
Parses the specified IP address range in CIDR notation and returns a tuple containing the (inclusive) start and end IP addresses of the range.
Public methodStatic memberIPRangeToCidr
Converts an IP address range to CIDR notation.
Public methodStatic memberParseIPAddressElements
Parses a comma-separated list of IP addresses and/or IP address ranges.
Top
See Also