KestrelServerOptions.ListenHandle Metodo

Definizione

Overload

ListenHandle(UInt64)

Aprire un descrittore di file socket.

ListenHandle(UInt64, Action<ListenOptions>)

Aprire un descrittore di file socket. Il callback configura le impostazioni specifiche dell'endpoint.

ListenHandle(UInt64)

Aprire un descrittore di file socket.

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

Parametri

handle
UInt64

Si applica a

ListenHandle(UInt64, Action<ListenOptions>)

Aprire un descrittore di file socket. Il callback configura le impostazioni specifiche dell'endpoint.

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))

Parametri

handle
UInt64
configure
Action<ListenOptions>

Si applica a