RequestEventArgs.Request Property (Microsoft.WindowsAzure.Storage)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
RequestEventArgs.Request Property
RequestEventArgs::Request Property
RequestEventArgs.Request Property
RequestEventArgs.Request Property
Gets the HTTP request associated with this event.
Namespace:
Microsoft.WindowsAzure.Storage
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public:
property HttpWebRequest^ Request {
HttpWebRequest^ get();
internal: void set(HttpWebRequest^ value);
}
Property Value
Type:
System.Net.HttpWebRequestSystem.Net::HttpWebRequest^System.Net.HttpWebRequestSystem.Net.HttpWebRequestThe HTTP request associated with this event.
Return to top
Gets the HTTP request associated with this event.
Syntax
C++
public: property HttpWebRequest^ Request { HttpWebRequest^ get(); internal: void set(HttpWebRequest^ value); }
Property Value
Type: System.Net.HttpWebRequestSystem.Net::HttpWebRequest^System.Net.HttpWebRequestSystem.Net.HttpWebRequestThe HTTP request associated with this event.