Compartir a través de


KestrelConfigurationLoader.LocalhostEndpoint Método

Definición

Sobrecargas

LocalhostEndpoint(Int32)

Escucha en ::1 y 127.0.0.1 con el puerto especificado. No se admite la solicitud de un puerto dinámico especificando 0 para este tipo de punto de conexión.

LocalhostEndpoint(Int32, Action<ListenOptions>)

Escucha en ::1 y 127.0.0.1 con el puerto especificado. No se admite la solicitud de un puerto dinámico especificando 0 para este tipo de punto de conexión.

LocalhostEndpoint(Int32)

Source:
KestrelConfigurationLoader.cs
Source:
KestrelConfigurationLoader.cs
Source:
KestrelConfigurationLoader.cs

Escucha en ::1 y 127.0.0.1 con el puerto especificado. No se admite la solicitud de un puerto dinámico especificando 0 para este tipo de punto de conexión.

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

Devoluciones

Se aplica a

LocalhostEndpoint(Int32, Action<ListenOptions>)

Source:
KestrelConfigurationLoader.cs
Source:
KestrelConfigurationLoader.cs
Source:
KestrelConfigurationLoader.cs

Escucha en ::1 y 127.0.0.1 con el puerto especificado. No se admite la solicitud de un puerto dinámico especificando 0 para este tipo de punto de conexión.

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>

Devoluciones

Se aplica a