Share via


KestrelConfigurationLoader.AnyIPEndpoint Método

Definição

Sobrecargas

AnyIPEndpoint(Int32)

Escuta em todos os IPs usando IPv6 [::]ou IPv4 0.0.0.0 se não houver suporte para IPv6.

AnyIPEndpoint(Int32, Action<ListenOptions>)

Escuta em todos os IPs usando IPv6 [::]ou IPv4 0.0.0.0 se não houver suporte para IPv6.

AnyIPEndpoint(Int32)

Origem:
KestrelConfigurationLoader.cs
Origem:
KestrelConfigurationLoader.cs

Escuta em todos os IPs usando IPv6 [::]ou IPv4 0.0.0.0 se não houver suporte para 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

Retornos

Aplica-se a

AnyIPEndpoint(Int32, Action<ListenOptions>)

Origem:
KestrelConfigurationLoader.cs
Origem:
KestrelConfigurationLoader.cs

Escuta em todos os IPs usando IPv6 [::]ou IPv4 0.0.0.0 se não houver suporte para 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>

Retornos

Aplica-se a