KestrelConfigurationLoader.LocalhostEndpoint Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
LocalhostEndpoint(Int32) |
Nasłuchuje na ::1 i 127.0.0.1 przy użyciu danego portu. Żądanie portu dynamicznego przez określenie wartości 0 nie jest obsługiwane dla tego typu punktu końcowego. |
LocalhostEndpoint(Int32, Action<ListenOptions>) |
Nasłuchuje na ::1 i 127.0.0.1 przy użyciu danego portu. Żądanie portu dynamicznego przez określenie wartości 0 nie jest obsługiwane dla tego typu punktu końcowego. |
LocalhostEndpoint(Int32)
Nasłuchuje na ::1 i 127.0.0.1 przy użyciu danego portu. Żądanie portu dynamicznego przez określenie wartości 0 nie jest obsługiwane dla tego typu punktu końcowego.
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
Parametry
- port
- Int32
Zwraca
Dotyczy
LocalhostEndpoint(Int32, Action<ListenOptions>)
Nasłuchuje na ::1 i 127.0.0.1 przy użyciu danego portu. Żądanie portu dynamicznego przez określenie wartości 0 nie jest obsługiwane dla tego typu punktu końcowego.
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
Parametry
- port
- Int32
- configure
- Action<ListenOptions>