次の方法で共有


HttpWebRequestElement.MaximumErrorResponseLength プロパティ

定義

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

public:
 property int MaximumErrorResponseLength { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maximumErrorResponseLength", DefaultValue=64)]
public int MaximumErrorResponseLength { get; set; }
[<System.Configuration.ConfigurationProperty("maximumErrorResponseLength", DefaultValue=64)>]
member this.MaximumErrorResponseLength : int with get, set
Public Property MaximumErrorResponseLength As Integer

プロパティ値

エラー応答の KB (1024 バイト) 単位の最大長を格納する 32 ビット符号付き整数。 既定値は 64 です。

属性

適用対象