RequestEventArgs.Response Property (Microsoft.WindowsAzure.Storage)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
RequestEventArgs.Response Property
RequestEventArgs::Response Property
RequestEventArgs.Response Property
RequestEventArgs.Response Property
Gets the HTTP response associated with this event.
Namespace:
Microsoft.WindowsAzure.Storage
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.
Return to top
Gets the HTTP response associated with this event.
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.