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 的值。

適用於