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


KestrelConfigurationLoader.LocalhostEndpoint Метод

Определение

Перегрузки

LocalhostEndpoint(Int32)

Прослушивает ::1 и 127.0.0.1 с заданным портом. Запрос динамического порта путем указания 0 не поддерживается для этого типа конечной точки.

LocalhostEndpoint(Int32, Action<ListenOptions>)

Прослушивает ::1 и 127.0.0.1 с заданным портом. Запрос динамического порта путем указания 0 не поддерживается для этого типа конечной точки.

LocalhostEndpoint(Int32)

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

Прослушивает ::1 и 127.0.0.1 с заданным портом. Запрос динамического порта путем указания 0 не поддерживается для этого типа конечной точки.

public:
 Microsoft::AspNetCore::Server::Kestrel::KestrelConfigurationLoader ^ LocalhostEndpoint(int port);
public Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader LocalhostEndpoint (int port);
member this.LocalhostEndpoint : int -> Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader
Public Function LocalhostEndpoint (port As Integer) As KestrelConfigurationLoader

Параметры

port
Int32

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

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

LocalhostEndpoint(Int32, Action<ListenOptions>)

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

Прослушивает ::1 и 127.0.0.1 с заданным портом. Запрос динамического порта путем указания 0 не поддерживается для этого типа конечной точки.

public:
 Microsoft::AspNetCore::Server::Kestrel::KestrelConfigurationLoader ^ LocalhostEndpoint(int port, Action<Microsoft::AspNetCore::Server::Kestrel::Core::ListenOptions ^> ^ configure);
public Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader LocalhostEndpoint (int port, Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions> configure);
member this.LocalhostEndpoint : int * Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions> -> Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader
Public Function LocalhostEndpoint (port As Integer, configure As Action(Of ListenOptions)) As KestrelConfigurationLoader

Параметры

port
Int32
configure
Action<ListenOptions>

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

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