Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Provides information and event data that is associated with a request event.

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

Inheritance Hierarchy

System.::..Object
  System.::..EventArgs
    Microsoft.WindowsAzure.Storage.::..RequestEventArgs

Syntax

 
public sealed class RequestEventArgs : EventArgs
 
public ref class RequestEventArgs sealed : EventArgs
 
[<Sealed>]
type RequestEventArgs = 
    class
        inherit EventArgs
    end
 
Public NotInheritable Class RequestEventArgs
	Inherits EventArgs

Constructors

NameDescription
System_CAPS_pubmethodRequestEventArgs(RequestResult)(RequestResult^)(RequestResult)(RequestResult)

Initializes a new instance of the RequestEventArgs class by using the specified RequestResult parameter.

Properties

NameDescription
System_CAPS_pubpropertyRequestRequestRequestRequest

Gets the HTTP request associated with this event.

System_CAPS_pubpropertyRequestInformationRequestInformationRequestInformationRequestInformation

Gets the request information associated with this event.

System_CAPS_pubpropertyResponseResponseResponseResponse

Gets the HTTP response associated with this event.

Methods

NameDescription
System_CAPS_pubmethodEquals(Object)(Object^)(Object)(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetType()()()()

(Inherited from Object.)

System_CAPS_pubmethodToString()()()()

(Inherited from Object.)

Thread Safety

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