Sdílet prostřednictvím


KestrelConfigurationLoader.HandleEndpoint Metoda

Definice

Přetížení

HandleEndpoint(UInt64)

Otevřete popisovač souboru soketu.

HandleEndpoint(UInt64, Action<ListenOptions>)

Otevřete popisovač souboru soketu.

HandleEndpoint(UInt64)

Zdroj:
KestrelConfigurationLoader.cs
Zdroj:
KestrelConfigurationLoader.cs
Zdroj:
KestrelConfigurationLoader.cs

Otevřete popisovač souboru soketu.

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

Parametry

handle
UInt64

Návraty

Platí pro

HandleEndpoint(UInt64, Action<ListenOptions>)

Zdroj:
KestrelConfigurationLoader.cs
Zdroj:
KestrelConfigurationLoader.cs
Zdroj:
KestrelConfigurationLoader.cs

Otevřete popisovač souboru soketu.

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

Parametry

handle
UInt64
configure
Action<ListenOptions>

Návraty

Platí pro