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

属性值

32 位有符号的整数,包含以 KB(1024 个字节)为单位的错误响应的最大长度。 默认值为 64。

属性

适用于