KestrelConfigurationLoader.LocalhostEndpoint 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
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)
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>)
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>