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

HttpResponseMessage::IsSuccessStatusCode Property

Gets a value that indicates if the HTTP response was successful.

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

public:
property bool IsSuccessStatusCode {
	bool get ();
}

Property Value

Type: System::Boolean
Show:
© 2017 Microsoft