C#
C++
F#
VB
RequestEventArgs.Response Property
RequestEventArgs::Response Property
RequestEventArgs.Response Property
RequestEventArgs.Response Property
Gets the HTTP response associated with this event.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
public: property HttpWebResponse^ Response { HttpWebResponse^ get(); internal: void set(HttpWebResponse^ value); }
Property Value
Type: System.Net.HttpWebResponseSystem.Net::HttpWebResponse^System.Net.HttpWebResponseSystem.Net.HttpWebResponseThe HTTP response associated with this event.