RequestResult Members

Windows Runtime Azure Storage Client Library

Represents the result of a physical request.

The following tables list the members exposed by the RequestResult type.

Public Constructors

  Name Description
RequestResult  
Top

Public Properties

  Name Description
public property ContentMd5 Gets the content-MD5 value for the request.
public property EndTime  
public property Etag Gets the ETag value of the request.
public property Exception Gets or sets the exception.
public property ExceptionInfo  
public property ExtendedErrorInformation Gets the extended error information.
public property HttpStatusCode Gets or sets the HTTP status code for the request.
public property HttpStatusMessage Gets the HTTP status message for the request.
public property RequestDate Gets the request date.
public property ServiceRequestID Gets the service request ID for this request.
public property StartTime  
public property TargetLocation Gets the location to which the request was sent.
Top

Public Methods (see also Protected Methods)

  Name Description
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method ToString  (Inherited from Object)
public method static TranslateFromExceptionMessage Translates the specified message into a RequestResult object.
Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top

See Also