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

속성 값

오류 응답의 최대 길이(1024바이트)를 포함하는 32비트 부호 있는 정수입니다. 기본값은 64입니다.

특성

적용 대상