HttpWebRequestElement.MaximumErrorResponseLength プロパティとは何? わかりやすく解説 Weblio辞書 (original) (raw)

メモ : このプロパティは、.NET Framework version 2.0新しく追加されたものです。

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

名前空間: System.Net.Configuration
アセンブリ: System (system.dll 内)
構文構文

Visual Basic (宣言)

Public Property MaximumErrorResponseLength As Integer

Visual Basic (使用法)

Dim instance As HttpWebRequestElement Dim value As Integer

value = instance.MaximumErrorResponseLength

instance.MaximumErrorResponseLength = value

C#

public int MaximumErrorResponseLength { get; set; }

C++

public: property int MaximumErrorResponseLength { int get (); void set (int value); }

J#

/** @property */ public int get_MaximumErrorResponseLength ()

/** @property */ public void set_MaximumErrorResponseLength (int value)

JScript

public function get MaximumErrorResponseLength () : int

public function set MaximumErrorResponseLength (value : int)

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

プラットフォームプラットフォーム

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

開発プラットフォーム中には.NET Framework によってサポートされていないバージョンありますサポートされているバージョンについては、「システム要件」を参照してください

バージョン情報バージョン情報

.NET Framework
サポート対象 : 2.0

参照参照

関連項目
HttpWebRequestElement クラス
HttpWebRequestElement メンバ
System.Net.Configuration 名前空間