Udostępnij za pośrednictwem


KestrelServerOptions.ListenHandle Metoda

Definicja

Przeciążenia

ListenHandle(UInt64)

Otwórz deskryptor pliku gniazda.

ListenHandle(UInt64, Action<ListenOptions>)

Otwórz deskryptor pliku gniazda. Wywołanie zwrotne konfiguruje ustawienia specyficzne dla punktu końcowego.

ListenHandle(UInt64)

Źródło:
KestrelServerOptions.cs
Źródło:
KestrelServerOptions.cs
Źródło:
KestrelServerOptions.cs

Otwórz deskryptor pliku gniazda.

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

Dotyczy

ListenHandle(UInt64, Action<ListenOptions>)

Źródło:
KestrelServerOptions.cs
Źródło:
KestrelServerOptions.cs
Źródło:
KestrelServerOptions.cs

Otwórz deskryptor pliku gniazda. Wywołanie zwrotne konfiguruje ustawienia specyficzne dla punktu końcowego.

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>

Dotyczy