Compartir a través de


KestrelConfigurationLoader.AnyIPEndpoint Método

Definición

Sobrecargas

AnyIPEndpoint(Int32)

Escucha en todas las direcciones IP mediante IPv6 [::], o IPv4 0.0.0.0 si no se admite IPv6.

AnyIPEndpoint(Int32, Action<ListenOptions>)

Escucha en todas las direcciones IP mediante IPv6 [::], o IPv4 0.0.0.0 si no se admite IPv6.

AnyIPEndpoint(Int32)

Source:
KestrelConfigurationLoader.cs
Source:
KestrelConfigurationLoader.cs
Source:
KestrelConfigurationLoader.cs

Escucha en todas las direcciones IP mediante IPv6 [::], o IPv4 0.0.0.0 si no se admite IPv6.

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

Parámetros

port
Int32

Devoluciones

Se aplica a

AnyIPEndpoint(Int32, Action<ListenOptions>)

Source:
KestrelConfigurationLoader.cs
Source:
KestrelConfigurationLoader.cs
Source:
KestrelConfigurationLoader.cs

Escucha en todas las direcciones IP mediante IPv6 [::], o IPv4 0.0.0.0 si no se admite IPv6.

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

Parámetros

port
Int32
configure
Action<ListenOptions>

Devoluciones

Se aplica a