次の方法で共有


HttpWebRequest.DefaultMaximumErrorResponseLength プロパティ

定義

HTTP エラー応答の既定の最大長を取得または設定します。

public:
 static property int DefaultMaximumErrorResponseLength { int get(); void set(int value); };
public static int DefaultMaximumErrorResponseLength { get; set; }
static member DefaultMaximumErrorResponseLength : int with get, set
Public Shared Property DefaultMaximumErrorResponseLength As Integer

プロパティ値

HTTP エラー応答の既定の最大長 (キロバイト (1024 バイト)。

例外

この値は 0 未満で、-1 と等しくありません。

適用対象