StatusCode Property
Collapse the table of content
Expand the table of content

HttpWebResponse.StatusCode Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the status of the response.

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

'Declaration
Public Overridable ReadOnly Property StatusCode As HttpStatusCode

Property Value

Type: System.Net.HttpStatusCode
One of the HttpStatusCode values.

ExceptionCondition
ObjectDisposedException

The current instance has been disposed.

The StatusCode parameter is a number that indicates the status of the HTTP response. The expected values for status are defined in the HttpStatusCode class.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft