Windows apps
Collapse the table of content
Expand the table of content

HttpResponseMessage::ReasonPhrase Property

Gets or sets the reason phrase which typically is sent by servers together with the status code.

Namespace:  System.Net.Http
Assembly:  System.Net.Http (in System.Net.Http.dll)

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

Property Value

Type: System::String
Show:
© 2017 Microsoft