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


KestrelConfigurationLoader.HandleEndpoint Метод

Определение

Перегрузки

HandleEndpoint(UInt64, Action<ListenOptions>)

Откройте дескриптор файла сокета.

HandleEndpoint(UInt64)

Откройте дескриптор файла сокета.

HandleEndpoint(UInt64, Action<ListenOptions>)

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

Откройте дескриптор файла сокета.

public:
 Microsoft::AspNetCore::Server::Kestrel::KestrelConfigurationLoader ^ HandleEndpoint(System::UInt64 handle, Action<Microsoft::AspNetCore::Server::Kestrel::Core::ListenOptions ^> ^ configure);
public Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader HandleEndpoint (ulong handle, Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions> configure);
member this.HandleEndpoint : uint64 * Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions> -> Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader
Public Function HandleEndpoint (handle As ULong, configure As Action(Of ListenOptions)) As KestrelConfigurationLoader

Параметры

handle
UInt64
configure
Action<ListenOptions>

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

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

HandleEndpoint(UInt64)

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

Откройте дескриптор файла сокета.

public:
 Microsoft::AspNetCore::Server::Kestrel::KestrelConfigurationLoader ^ HandleEndpoint(System::UInt64 handle);
public Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader HandleEndpoint (ulong handle);
member this.HandleEndpoint : uint64 -> Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader
Public Function HandleEndpoint (handle As ULong) As KestrelConfigurationLoader

Параметры

handle
UInt64

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

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