ResponseReceivedEventArgs Properties

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.]

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.

See Also