IPNetwork Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A representation of an IP network based on CIDR notation.
public ref class IPNetwork
public class IPNetwork
type IPNetwork = class
Public Class IPNetwork
- Inheritance
-
IPNetwork
Constructors
IPNetwork(IPAddress, Int32) |
Create a new IPNetwork with the specified IPAddress and prefix length. |
Properties
Prefix |
Get the IPAddress that represents the prefix for the network. |
PrefixLength |
The CIDR notation of the subnet mask |
Methods
Contains(IPAddress) |
Determine whether a given The IPAddress is part of the IP network. |
Parse(ReadOnlySpan<Char>) |
Converts the specified ReadOnlySpan<T> of |
TryParse(ReadOnlySpan<Char>, IPNetwork) |
Converts the specified ReadOnlySpan<T> of |