HttpWebResponse.StatusCode Property
Gets the status of the response.
Namespace: System.Net
Assembly: System.Net (in System.Net.dll)
| Exception | Condition |
|---|---|
| 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.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community-Inhalt
Hinzufügen