CloudHttpErrorInfo.Content Property
Gets the contents of the HTTP message.
Namespace: Microsoft.WindowsAzure.Common
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public string Content { get; protected set; }
public:
property String^ Content {
String^ get();
protected: void set(String^ value);
}
member Content : string with get, set
Public Property Content As String
Get
Protected Set
End Property
Property Value
Type: System.String
The contents of the HTTP message.
See Also
CloudHttpErrorInfo Class
Microsoft.WindowsAzure.Common Namespace
Return to top