KestrelServerOptions.ListenHandle Metoda

Definice

Přetížení

ListenHandle(UInt64)

Otevřete popisovač souboru soketu.

ListenHandle(UInt64, Action<ListenOptions>)

Otevřete popisovač souboru soketu. Zpětné volání konfiguruje nastavení specifická pro koncový bod.

ListenHandle(UInt64)

Otevřete popisovač souboru soketu.

public:
 void ListenHandle(System::UInt64 handle);
public void ListenHandle (ulong handle);
member this.ListenHandle : uint64 -> unit
Public Sub ListenHandle (handle As ULong)

Parametry

handle
UInt64

Platí pro

ListenHandle(UInt64, Action<ListenOptions>)

Otevřete popisovač souboru soketu. Zpětné volání konfiguruje nastavení specifická pro koncový bod.

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

Parametry

handle
UInt64
configure
Action<ListenOptions>

Platí pro