SocketsHttpHandler.Expect100ContinueTimeout プロパティ

定義

サーバーの HTTP 100 Continue 応答のタイムアウト値を取得または設定します。

public:
 property TimeSpan Expect100ContinueTimeout { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan Expect100ContinueTimeout { get; set; }
member this.Expect100ContinueTimeout : TimeSpan with get, set
Public Property Expect100ContinueTimeout As TimeSpan

プロパティ値

TimeSpan

HTTP 100 Continue を待機する期間。 既定値は 1 秒です。

注釈

要求にヘッダーが含まれている Expect: 100-continue 場合、クライアントが本文を送信する前に、サーバーは HTTP 状態 100 Continue に応答する必要があります。 SocketsHttpHandler.Expect100ContinueTimeout は、サーバー応答のタイムアウトを 100 Continue 定義します。

適用対象