Udostępnij za pośrednictwem


KestrelConfigurationLoader.LocalhostEndpoint Metoda

Definicja

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)

Źródło:
KestrelConfigurationLoader.cs
Źródło:
KestrelConfigurationLoader.cs
Źródło:
KestrelConfigurationLoader.cs

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

Źródło:
KestrelConfigurationLoader.cs
Źródło:
KestrelConfigurationLoader.cs
Źródło:
KestrelConfigurationLoader.cs

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>

Zwraca

Dotyczy