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

HttpResponseMessage::StatusCode Property

Gets or sets the status code of the HTTP response.

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

public:
property HttpStatusCode StatusCode {
	HttpStatusCode get ();
	void set (HttpStatusCode value);
}

Property Value

Type: System.Net::HttpStatusCode
Show:
© 2017 Microsoft