| HttpWebResponse Class |
Namespace: System.Net
[SerializableAttribute] public class HttpWebResponse : WebResponse
The HttpWebResponse type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetResponseStream |
Gets the stream that is used to read the body of the response from the server.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| StatusCode |
Gets the status of the response.
|