KestrelConfigurationLoader.Endpoint 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
Endpoint(IPEndPoint) |
Enlace a un punto de conexión IP determinado. |
Endpoint(IPAddress, Int32) |
Enlazar a una dirección IP y un puerto especificados. |
Endpoint(IPEndPoint, Action<ListenOptions>) |
Enlazar a una dirección IP y un puerto especificados. |
Endpoint(String, Action<EndpointConfiguration>) |
Especifica una acción de configuración que se va a ejecutar cuando se carga un punto de conexión con el nombre especificado desde la configuración. |
Endpoint(IPAddress, Int32, Action<ListenOptions>) |
Enlazar a una dirección IP y un puerto especificados. |
Endpoint(IPEndPoint)
Enlace a un punto de conexión IP determinado.
public:
Microsoft::AspNetCore::Server::Kestrel::KestrelConfigurationLoader ^ Endpoint(System::Net::IPEndPoint ^ endPoint);
public Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader Endpoint (System.Net.IPEndPoint endPoint);
member this.Endpoint : System.Net.IPEndPoint -> Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader
Public Function Endpoint (endPoint As IPEndPoint) As KestrelConfigurationLoader
Parámetros
- endPoint
- IPEndPoint
Devoluciones
Se aplica a
Endpoint(IPAddress, Int32)
Enlazar a una dirección IP y un puerto especificados.
public:
Microsoft::AspNetCore::Server::Kestrel::KestrelConfigurationLoader ^ Endpoint(System::Net::IPAddress ^ address, int port);
public Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader Endpoint (System.Net.IPAddress address, int port);
member this.Endpoint : System.Net.IPAddress * int -> Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader
Public Function Endpoint (address As IPAddress, port As Integer) As KestrelConfigurationLoader
Parámetros
- address
- IPAddress
- port
- Int32
Devoluciones
Se aplica a
Endpoint(IPEndPoint, Action<ListenOptions>)
Enlazar a una dirección IP y un puerto especificados.
public:
Microsoft::AspNetCore::Server::Kestrel::KestrelConfigurationLoader ^ Endpoint(System::Net::IPEndPoint ^ endPoint, Action<Microsoft::AspNetCore::Server::Kestrel::Core::ListenOptions ^> ^ configure);
public Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader Endpoint (System.Net.IPEndPoint endPoint, Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions> configure);
member this.Endpoint : System.Net.IPEndPoint * Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions> -> Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader
Public Function Endpoint (endPoint As IPEndPoint, configure As Action(Of ListenOptions)) As KestrelConfigurationLoader
Parámetros
- endPoint
- IPEndPoint
- configure
- Action<ListenOptions>
Devoluciones
Se aplica a
Endpoint(String, Action<EndpointConfiguration>)
Especifica una acción de configuración que se va a ejecutar cuando se carga un punto de conexión con el nombre especificado desde la configuración.
public:
Microsoft::AspNetCore::Server::Kestrel::KestrelConfigurationLoader ^ Endpoint(System::String ^ name, Action<Microsoft::AspNetCore::Server::Kestrel::EndpointConfiguration ^> ^ configureOptions);
public Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader Endpoint (string name, Action<Microsoft.AspNetCore.Server.Kestrel.EndpointConfiguration> configureOptions);
member this.Endpoint : string * Action<Microsoft.AspNetCore.Server.Kestrel.EndpointConfiguration> -> Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader
Public Function Endpoint (name As String, configureOptions As Action(Of EndpointConfiguration)) As KestrelConfigurationLoader
Parámetros
- name
- String
- configureOptions
- Action<EndpointConfiguration>
Devoluciones
Se aplica a
Endpoint(IPAddress, Int32, Action<ListenOptions>)
Enlazar a una dirección IP y un puerto especificados.
public:
Microsoft::AspNetCore::Server::Kestrel::KestrelConfigurationLoader ^ Endpoint(System::Net::IPAddress ^ address, int port, Action<Microsoft::AspNetCore::Server::Kestrel::Core::ListenOptions ^> ^ configure);
public Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader Endpoint (System.Net.IPAddress address, int port, Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions> configure);
member this.Endpoint : System.Net.IPAddress * int * Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions> -> Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader
Public Function Endpoint (address As IPAddress, port As Integer, configure As Action(Of ListenOptions)) As KestrelConfigurationLoader
Parámetros
- address
- IPAddress
- port
- Int32
- configure
- Action<ListenOptions>