Поделиться через


KestrelConfigurationLoader.AnyIPEndpoint Метод

Определение

Перегрузки

AnyIPEndpoint(Int32)

Прослушивает все IP-адреса с использованием IPv6 [::] или IPv4 0.0.0.0, если IPv6 не поддерживается.

AnyIPEndpoint(Int32, Action<ListenOptions>)

Прослушивает все IP-адреса с использованием IPv6 [::] или IPv4 0.0.0.0, если IPv6 не поддерживается.

AnyIPEndpoint(Int32)

Исходный код:
KestrelConfigurationLoader.cs
Исходный код:
KestrelConfigurationLoader.cs
Исходный код:
KestrelConfigurationLoader.cs

Прослушивает все IP-адреса с использованием IPv6 [::] или IPv4 0.0.0.0, если 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

Параметры

port
Int32

Возвращаемое значение

Применяется к

AnyIPEndpoint(Int32, Action<ListenOptions>)

Исходный код:
KestrelConfigurationLoader.cs
Исходный код:
KestrelConfigurationLoader.cs
Исходный код:
KestrelConfigurationLoader.cs

Прослушивает все IP-адреса с использованием IPv6 [::] или IPv4 0.0.0.0, если 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

Параметры

port
Int32
configure
Action<ListenOptions>

Возвращаемое значение

Применяется к