HttpWebRequest.DefaultMaximumErrorResponseLength 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 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 錯誤回應的預設最大長度,以 KB 為單位(1024 位元元組)。
例外狀況
值小於 0,且不等於 -1。