HttpResponseMessage.ReasonPhrase 속성

정의

일반적으로 상태 코드와 함께 서버에 의해 전송되는 이유 구문을 가져오거나 설정합니다.

public:
 property Platform::String ^ ReasonPhrase { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ReasonPhrase();

void ReasonPhrase(winrt::hstring value);
public string ReasonPhrase { get; set; }
var string = httpResponseMessage.reasonPhrase;
httpResponseMessage.reasonPhrase = string;
Public Property ReasonPhrase As String

속성 값

String

Platform::String

winrt::hstring

서버에서 보낸 이유 구문입니다.

적용 대상