ResponseReceivedEventArgs Members

Storage Client Library NET API

[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]

Provides the arguments for the ResponseReceived event.

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

Public Constructors

 NameDescription
ResponseReceivedEventArgs 
Top

Public Properties

 NameDescription
public propertyExceptionGets an exception returned by the service.
public propertyRequestHeadersGets the request headers.
public propertyRequestIdGets the request ID.
public propertyRequestUriGets the request URI.
public propertyResponseHeadersGets the response headers.
public propertyStatusCodeGets the HTTP status code for the request.
public propertyStatusDescriptionGets the status description for the request.
Top

Public Methods (see also Protected Methods)

 NameDescription
public methodEquals  (Inherited from Object)
public methodGetHashCode  (Inherited from Object)
public methodGetType  (Inherited from Object)
public methodToString  (Inherited from Object)
Top

Protected Methods

 NameDescription
protected methodFinalize  (Inherited from Object)
protected methodMemberwiseClone  (Inherited from Object)
Top

See Also