KestrelConfigurationLoader.AnyIPEndpoint Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
AnyIPEndpoint(Int32) |
Escucha en todas las direcciones IP mediante IPv6 [::], o IPv4 0.0.0.0 si no se admite IPv6. |
AnyIPEndpoint(Int32, Action<ListenOptions>) |
Escucha en todas las direcciones IP mediante IPv6 [::], o IPv4 0.0.0.0 si no se admite IPv6. |
AnyIPEndpoint(Int32)
Escucha en todas las direcciones IP mediante IPv6 [::], o IPv4 0.0.0.0 si no se admite IPv6.
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
Parámetros
- port
- Int32
Devoluciones
Se aplica a
AnyIPEndpoint(Int32, Action<ListenOptions>)
Escucha en todas las direcciones IP mediante IPv6 [::], o IPv4 0.0.0.0 si no se admite IPv6.
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
Parámetros
- port
- Int32
- configure
- Action<ListenOptions>