KestrelConfigurationLoader.AnyIPEndpoint 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
AnyIPEndpoint(Int32) |
Nasłuchuje na wszystkich adresach IP przy użyciu protokołu IPv6 [::], lub IPv4 0.0.0.0, jeśli protokół IPv6 nie jest obsługiwany. |
AnyIPEndpoint(Int32, Action<ListenOptions>) |
Nasłuchuje na wszystkich adresach IP przy użyciu protokołu IPv6 [::], lub IPv4 0.0.0.0, jeśli protokół IPv6 nie jest obsługiwany. |
AnyIPEndpoint(Int32)
Nasłuchuje na wszystkich adresach IP przy użyciu protokołu IPv6 [::], lub IPv4 0.0.0.0, jeśli protokół IPv6 nie jest obsługiwany.
public:
Microsoft::AspNetCore::Server::Kestrel::KestrelConfigurationLoader ^ AnyIPEndpoint(int port);
public Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader AnyIPEndpoint (int port);
member this.AnyIPEndpoint : int -> Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader
Public Function AnyIPEndpoint (port As Integer) As KestrelConfigurationLoader
Parametry
- port
- Int32
Zwraca
Dotyczy
AnyIPEndpoint(Int32, Action<ListenOptions>)
Nasłuchuje na wszystkich adresach IP przy użyciu protokołu IPv6 [::], lub IPv4 0.0.0.0, jeśli protokół IPv6 nie jest obsługiwany.
public:
Microsoft::AspNetCore::Server::Kestrel::KestrelConfigurationLoader ^ AnyIPEndpoint(int port, Action<Microsoft::AspNetCore::Server::Kestrel::Core::ListenOptions ^> ^ configure);
public Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader AnyIPEndpoint (int port, Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions> configure);
member this.AnyIPEndpoint : int * Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions> -> Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader
Public Function AnyIPEndpoint (port As Integer, configure As Action(Of ListenOptions)) As KestrelConfigurationLoader
Parametry
- port
- Int32
- configure
- Action<ListenOptions>