KestrelConfigurationLoader.AnyIPEndpoint Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
AnyIPEndpoint(Int32) |
Escuta em todos os IPs usando IPv6 [::]ou IPv4 0.0.0.0 se não houver suporte para IPv6. |
AnyIPEndpoint(Int32, Action<ListenOptions>) |
Escuta em todos os IPs usando IPv6 [::]ou IPv4 0.0.0.0 se não houver suporte para IPv6. |
AnyIPEndpoint(Int32)
Escuta em todos os IPs usando IPv6 [::]ou IPv4 0.0.0.0 se não houver suporte para 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
Retornos
Aplica-se a
AnyIPEndpoint(Int32, Action<ListenOptions>)
Escuta em todos os IPs usando IPv6 [::]ou IPv4 0.0.0.0 se não houver suporte para 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>