CloudHttpRequestErrorInfo Members
Represents the HTTP requests that are associated with error conditions.
The following tables list the members exposed by the CloudHttpRequestErrorInfo type.
Protected Constructors
Name | Description | |
---|---|---|
CloudHttpRequestErrorInfo | Initializes a new instance of the CloudHttpRequestErrorInfo 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) | |
Method | Gets the HTTP method that is used by the HTTP request message. | |
Properties | Gets a set of properties for the HTTP request. | |
RequestUri | Gets the URI that is used for the HTTP request. | |
Version | Gets the HTTP message version. (Inherited from CloudHttpErrorInfo) |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
Create | Overloaded. Creates a new CloudHttpRequestErrorInfo 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
CloudHttpRequestErrorInfo Class
Microsoft.WindowsAzure.Common Namespace