KestrelServerOptions.ListenHandle メソッド

定義

オーバーロード

ListenHandle(UInt64)

ソケット ファイル記述子を開きます。

ListenHandle(UInt64, Action<ListenOptions>)

ソケット ファイル記述子を開きます。 コールバックは、エンドポイント固有の設定を構成します。

ListenHandle(UInt64)

ソケット ファイル記述子を開きます。

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

パラメーター

handle
UInt64

適用対象

ListenHandle(UInt64, Action<ListenOptions>)

ソケット ファイル記述子を開きます。 コールバックは、エンドポイント固有の設定を構成します。

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

パラメーター

handle
UInt64
configure
Action<ListenOptions>

適用対象