KestrelConfigurationLoader.HandleEndpoint メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
HandleEndpoint(UInt64, Action<ListenOptions>) |
ソケット ファイル記述子を開きます。 |
HandleEndpoint(UInt64) |
ソケット ファイル記述子を開きます。 |
HandleEndpoint(UInt64, Action<ListenOptions>)
ソケット ファイル記述子を開きます。
public:
Microsoft::AspNetCore::Server::Kestrel::KestrelConfigurationLoader ^ HandleEndpoint(System::UInt64 handle, Action<Microsoft::AspNetCore::Server::Kestrel::Core::ListenOptions ^> ^ configure);
public Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader HandleEndpoint (ulong handle, Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions> configure);
member this.HandleEndpoint : uint64 * Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions> -> Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader
Public Function HandleEndpoint (handle As ULong, configure As Action(Of ListenOptions)) As KestrelConfigurationLoader
パラメーター
- handle
- UInt64
- configure
- Action<ListenOptions>
戻り値
適用対象
HandleEndpoint(UInt64)
ソケット ファイル記述子を開きます。
public:
Microsoft::AspNetCore::Server::Kestrel::KestrelConfigurationLoader ^ HandleEndpoint(System::UInt64 handle);
public Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader HandleEndpoint (ulong handle);
member this.HandleEndpoint : uint64 -> Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader
Public Function HandleEndpoint (handle As ULong) As KestrelConfigurationLoader
パラメーター
- handle
- UInt64