다음을 통해 공유


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

속성 값

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

특성

적용 대상