CloudHttpErrorInfo Class

 

Represents the HTTP requests and responses that are associated with error conditions.

Namespace:   Microsoft.WindowsAzure.Common
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)


Public MustInherit Class CloudHttpErrorInfo

NameDescription
System_CAPS_protmethodCloudHttpErrorInfo()

Initializes a new instance of the CloudHttpErrorInfo class.

NameDescription
System_CAPS_pubpropertyContent

Gets the contents of the HTTP message.

System_CAPS_pubpropertyHeaders

Gets the collection of HTTP headers.

System_CAPS_pubpropertyVersion

Gets the HTTP message version.

NameDescription
System_CAPS_protmethodCopyHeaders(HttpHeaders)

Adds the HTTP message headers to the error information.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: