C#
C++
F#
VB
RequestEventArgs.Request Property
RequestEventArgs::Request Property
RequestEventArgs.Request Property
RequestEventArgs.Request Property
Gets the HTTP request associated with this event.
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.