KestrelConfigurationLoader.AnyIPEndpoint Méthode
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.
Surcharges
AnyIPEndpoint(Int32) |
Écoute toutes les adresses IP utilisant IPv6 [::], ou IPv4 0.0.0.0 si IPv6 n’est pas pris en charge. |
AnyIPEndpoint(Int32, Action<ListenOptions>) |
Écoute toutes les adresses IP utilisant IPv6 [::], ou IPv4 0.0.0.0 si IPv6 n’est pas pris en charge. |
AnyIPEndpoint(Int32)
Écoute toutes les adresses IP utilisant IPv6 [::], ou IPv4 0.0.0.0 si IPv6 n’est pas pris en charge.
public:
Microsoft::AspNetCore::Server::Kestrel::KestrelConfigurationLoader ^ AnyIPEndpoint(int port);
public Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader AnyIPEndpoint (int port);
member this.AnyIPEndpoint : int -> Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader
Public Function AnyIPEndpoint (port As Integer) As KestrelConfigurationLoader
Paramètres
- port
- Int32
Retours
S’applique à
AnyIPEndpoint(Int32, Action<ListenOptions>)
Écoute toutes les adresses IP utilisant IPv6 [::], ou IPv4 0.0.0.0 si IPv6 n’est pas pris en charge.
public:
Microsoft::AspNetCore::Server::Kestrel::KestrelConfigurationLoader ^ AnyIPEndpoint(int port, Action<Microsoft::AspNetCore::Server::Kestrel::Core::ListenOptions ^> ^ configure);
public Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader AnyIPEndpoint (int port, Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions> configure);
member this.AnyIPEndpoint : int * Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions> -> Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader
Public Function AnyIPEndpoint (port As Integer, configure As Action(Of ListenOptions)) As KestrelConfigurationLoader
Paramètres
- port
- Int32
- configure
- Action<ListenOptions>