KestrelServerOptions.ListenHandle Método

Definição

Sobrecargas

ListenHandle(UInt64)

Abra um descritor de arquivo de soquete.

ListenHandle(UInt64, Action<ListenOptions>)

Abra um descritor de arquivo de soquete. O retorno de chamada define as configurações específicas do ponto de extremidade.

ListenHandle(UInt64)

Origem:
KestrelServerOptions.cs
Origem:
KestrelServerOptions.cs

Abra um descritor de arquivo de soquete.

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

Parâmetros

handle
UInt64

Aplica-se a

ListenHandle(UInt64, Action<ListenOptions>)

Origem:
KestrelServerOptions.cs
Origem:
KestrelServerOptions.cs

Abra um descritor de arquivo de soquete. O retorno de chamada define as configurações específicas do ponto de extremidade.

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

Parâmetros

handle
UInt64
configure
Action<ListenOptions>

Aplica-se a