Compartilhar via


KestrelConfigurationLoader.LocalhostEndpoint Método

Definição

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)

Origem:
KestrelConfigurationLoader.cs
Origem:
KestrelConfigurationLoader.cs
Origem:
KestrelConfigurationLoader.cs

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>)

Origem:
KestrelConfigurationLoader.cs
Origem:
KestrelConfigurationLoader.cs
Origem:
KestrelConfigurationLoader.cs

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>

Retornos

Aplica-se a