IPNetwork(IPAddress, Int32) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public:
IPNetwork(System::Net::IPAddress ^ prefix, int prefixLength);
public IPNetwork (System.Net.IPAddress prefix, int prefixLength);
new Microsoft.AspNetCore.HttpOverrides.IPNetwork : System.Net.IPAddress * int -> Microsoft.AspNetCore.HttpOverrides.IPNetwork
Public Sub New (prefix As IPAddress, prefixLength As Integer)
Paramètres
- prefixLength
- Int32
Longueur du préfixe.
Exceptions
prefixLength
est hors limites.