KestrelConfigurationLoader.LocalhostEndpoint 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
LocalhostEndpoint(Int32) |
Escuta em ::1 e 127.0.0.1 com a porta fornecida. Não há suporte para a solicitação de uma porta dinâmica especificando 0 para esse tipo de ponto de extremidade. |
LocalhostEndpoint(Int32, Action<ListenOptions>) |
Escuta em ::1 e 127.0.0.1 com a porta fornecida. Não há suporte para a solicitação de uma porta dinâmica especificando 0 para esse tipo de ponto de extremidade. |
LocalhostEndpoint(Int32)
Escuta em ::1 e 127.0.0.1 com a porta fornecida. Não há suporte para a solicitação de uma porta dinâmica especificando 0 para esse tipo de ponto de extremidade.
public:
Microsoft::AspNetCore::Server::Kestrel::KestrelConfigurationLoader ^ LocalhostEndpoint(int port);
public Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader LocalhostEndpoint (int port);
member this.LocalhostEndpoint : int -> Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader
Public Function LocalhostEndpoint (port As Integer) As KestrelConfigurationLoader
Parâmetros
- port
- Int32
Retornos
Aplica-se a
LocalhostEndpoint(Int32, Action<ListenOptions>)
Escuta em ::1 e 127.0.0.1 com a porta fornecida. Não há suporte para a solicitação de uma porta dinâmica especificando 0 para esse tipo de ponto de extremidade.
public:
Microsoft::AspNetCore::Server::Kestrel::KestrelConfigurationLoader ^ LocalhostEndpoint(int port, Action<Microsoft::AspNetCore::Server::Kestrel::Core::ListenOptions ^> ^ configure);
public Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader LocalhostEndpoint (int port, Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions> configure);
member this.LocalhostEndpoint : int * Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions> -> Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader
Public Function LocalhostEndpoint (port As Integer, configure As Action(Of ListenOptions)) As KestrelConfigurationLoader
Parâmetros
- port
- Int32
- configure
- Action<ListenOptions>