HttpWebRequestElement.MaximumErrorResponseLength プロパティとは何? わかりやすく解説 Weblio辞書 (original) (raw)
メモ : このプロパティは、.NET Framework version 2.0 で新しく追加されたものです。
名前空間: System.Net.Configuration
アセンブリ: System (system.dll 内)
構文
Public Property MaximumErrorResponseLength As Integer
Dim instance As HttpWebRequestElement Dim value As Integer
value = instance.MaximumErrorResponseLength
instance.MaximumErrorResponseLength = value
public int MaximumErrorResponseLength { get; set; }
public: property int MaximumErrorResponseLength { int get (); void set (int value); }
/** @property */ public int get_MaximumErrorResponseLength ()
/** @property */ public void set_MaximumErrorResponseLength (int value)
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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
関連項目
HttpWebRequestElement クラス
HttpWebRequestElement メンバ
System.Net.Configuration 名前空間