HttpResponseWrapper.StatusDescription 속성

정의

클라이언트에 반환되는 출력의 HTTP 상태 메시지를 가져오거나 설정합니다.

public:
 virtual property System::String ^ StatusDescription { System::String ^ get(); void set(System::String ^ value); };
public override string StatusDescription { get; set; }
member this.StatusDescription : string with get, set
Public Overrides Property StatusDescription As String

속성 값

String

클라이언트에 반환된 HTTP 출력의 상태 메시지입니다. 기본값은 "OK"입니다. 유효한 상태 코드에 대한 자세한 내용은 HTTP 상태 코드를 참조하세요.

예외

HTTP 헤더를 보낸 후에 StatusDescription을 설정한 경우

상태 값이 512자보다 긴 경우

적용 대상