CloudHttpResponseErrorInfo Members
Represents the HTTP responses that are associated with error conditions.
The following tables list the members exposed by the CloudHttpResponseErrorInfo type.
Protected Constructors
Name | Description | |
---|---|---|
CloudHttpResponseErrorInfo | Initializes a new instance of the CloudHttpResponseErrorInfo class. |
Top
Public Properties
Name | Description | |
---|---|---|
Content | Gets the contents of the HTTP message. (Inherited from CloudHttpErrorInfo) | |
Headers | Gets the collection of HTTP headers. (Inherited from CloudHttpErrorInfo) | |
ReasonPhrase | Gets the reason that is associated with the status code. | |
StatusCode | Gets the status code of the HTTP response. | |
Version | Gets the HTTP message version. (Inherited from CloudHttpErrorInfo) |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Create | Overloaded. Creates a new CloudHttpResponseErrorInfo object. | |
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ToString | (Inherited from Object) |
Top
Protected Methods
(see also Extension Methods)
Name | Description | |
---|---|---|
CopyHeaders | Adds the HTTP message headers to the error information. (Inherited from CloudHttpErrorInfo) | |
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top
Extension Methods
Name | Description | |
---|---|---|
AsString | Overloaded. (Defined by HttpExtensions.) |
Top
See Also
Reference
CloudHttpResponseErrorInfo Class
Microsoft.WindowsAzure.Common Namespace