Sdílet prostřednictvím


KestrelConfigurationLoader.AnyIPEndpoint Metoda

Definice

Přetížení

AnyIPEndpoint(Int32)

Naslouchá na všech IP adresách používajících protokol IPv6 [::] nebo IPv4 0.0.0.0, pokud se protokol IPv6 nepodporuje.

AnyIPEndpoint(Int32, Action<ListenOptions>)

Naslouchá na všech IP adresách používajících protokol IPv6 [::] nebo IPv4 0.0.0.0, pokud se protokol IPv6 nepodporuje.

AnyIPEndpoint(Int32)

Zdroj:
KestrelConfigurationLoader.cs
Zdroj:
KestrelConfigurationLoader.cs
Zdroj:
KestrelConfigurationLoader.cs

Naslouchá na všech IP adresách používajících protokol IPv6 [::] nebo IPv4 0.0.0.0, pokud se protokol IPv6 nepodporuje.

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

Návraty

Platí pro

AnyIPEndpoint(Int32, Action<ListenOptions>)

Zdroj:
KestrelConfigurationLoader.cs
Zdroj:
KestrelConfigurationLoader.cs
Zdroj:
KestrelConfigurationLoader.cs

Naslouchá na všech IP adresách používajících protokol IPv6 [::] nebo IPv4 0.0.0.0, pokud se protokol IPv6 nepodporuje.

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>

Návraty

Platí pro