ConnectionTimeoutExtensions.UseConnectionTimeout(ListenOptions) メソッド

定義

接続タイムアウト ミドルウェアを追加します。

public static Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions UseConnectionTimeout (this Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions listenOptions);
static member UseConnectionTimeout : Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions -> Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions
<Extension()>
Public Function UseConnectionTimeout (listenOptions As ListenOptions) As ListenOptions

パラメーター

listenOptions
ListenOptions

使用するサーバー オプション。

戻り値

listenOptions の値。

適用対象