Udostępnij za pośrednictwem


KestrelConfigurationLoader.AnyIPEndpoint Metoda

Definicja

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)

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

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

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

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>

Zwraca

Dotyczy