Freigeben über


KestrelConfigurationLoader.AnyIPEndpoint Methode

Definition

Überlädt

AnyIPEndpoint(Int32)

Lauscht auf allen IP-Adressen mit IPv6 [::], oder IPv4 0.0.0.0, wenn IPv6 nicht unterstützt wird.

AnyIPEndpoint(Int32, Action<ListenOptions>)

Lauscht auf allen IP-Adressen mit IPv6 [::], oder IPv4 0.0.0.0, wenn IPv6 nicht unterstützt wird.

AnyIPEndpoint(Int32)

Quelle:
KestrelConfigurationLoader.cs
Quelle:
KestrelConfigurationLoader.cs
Quelle:
KestrelConfigurationLoader.cs

Lauscht auf allen IP-Adressen mit IPv6 [::], oder IPv4 0.0.0.0, wenn IPv6 nicht unterstützt wird.

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

Parameter

port
Int32

Gibt zurück

Gilt für:

AnyIPEndpoint(Int32, Action<ListenOptions>)

Quelle:
KestrelConfigurationLoader.cs
Quelle:
KestrelConfigurationLoader.cs
Quelle:
KestrelConfigurationLoader.cs

Lauscht auf allen IP-Adressen mit IPv6 [::], oder IPv4 0.0.0.0, wenn IPv6 nicht unterstützt wird.

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

Parameter

port
Int32
configure
Action<ListenOptions>

Gibt zurück

Gilt für: