Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IPNetwork Class

Definition

Namespace:
Microsoft.AspNetCore.HttpOverrides
Assembly:
Microsoft.AspNetCore.HttpOverrides.dll
Package:
Microsoft.AspNetCore.HttpOverrides v1.0.0
Package:
Microsoft.AspNetCore.HttpOverrides v1.1.0
Package:
Microsoft.AspNetCore.App.Ref v10.0.0
Package:
Microsoft.AspNetCore.App.Ref v11.0.0-preview.4.26230.115
Package:
Microsoft.AspNetCore.HttpOverrides v2.0.0
Package:
Microsoft.AspNetCore.HttpOverrides v2.1.0
Package:
Microsoft.AspNetCore.HttpOverrides v2.2.0
Package:
Microsoft.AspNetCore.App.Ref v3.0.1
Package:
Microsoft.AspNetCore.App.Ref v3.1.10
Package:
Microsoft.AspNetCore.App.Ref v5.0.0
Package:
Microsoft.AspNetCore.App.Ref v6.0.36
Package:
Microsoft.AspNetCore.App.Ref v7.0.5
Package:
Microsoft.AspNetCore.App.Ref v8.0.19
Package:
Microsoft.AspNetCore.App.Ref v9.0.8
Source:
IPNetwork.cs
Source:
IPNetwork.cs
Source:
IPNetwork.cs

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.

Caution

Please use System.Net.IPNetwork instead. For more information, visit https://aka.ms/aspnet/deprecate/005.

A representation of an IP network based on CIDR notation. Please use IPNetwork instead

public ref class IPNetwork
public class IPNetwork
[System.Obsolete("Please use System.Net.IPNetwork instead. For more information, visit https://aka.ms/aspnet/deprecate/005.", DiagnosticId="ASPDEPR005", UrlFormat="https://aka.ms/aspnet/deprecate/005")]
public class IPNetwork
type IPNetwork = class
[<System.Obsolete("Please use System.Net.IPNetwork instead. For more information, visit https://aka.ms/aspnet/deprecate/005.", DiagnosticId="ASPDEPR005", UrlFormat="https://aka.ms/aspnet/deprecate/005")>]
type IPNetwork = class
Public Class IPNetwork
Inheritance
IPNetwork
Attributes

Constructors

Name Description
IPNetwork(IPAddress, Int32)

Create a new IPNetwork with the specified IPAddress and prefix length.

Properties

Name Description
Prefix

Get the IPAddress that represents the prefix for the network.

PrefixLength

The CIDR notation of the subnet mask

Methods

Name Description
Contains(IPAddress)

Determine whether a given The IPAddress is part of the IP network.

Parse(ReadOnlySpan<Char>)

Converts the specified ReadOnlySpan<T> of char representation of an IP address and a prefix length to its IPNetwork equivalent.

TryParse(ReadOnlySpan<Char>, IPNetwork)

Converts the specified ReadOnlySpan<T> of char representation of an IP address and a prefix length to its IPNetwork equivalent, and returns a value that indicates whether the conversion succeeded.

Applies to


Feedback

Was this page helpful?