CloudHttpResponseErrorInfo.StatusCode Property
Gets the status code of the HTTP response.
Namespace: Microsoft.WindowsAzure.Common
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public HttpStatusCode StatusCode { get; protected set; }
public:
property HttpStatusCode StatusCode {
HttpStatusCode get();
protected: void set(HttpStatusCode value);
}
member StatusCode : HttpStatusCode with get, set
Public Property StatusCode As HttpStatusCode
Get
Protected Set
End Property
Property Value
Type: System.Net.HttpStatusCode
The status code of the HTTP response.
See Also
CloudHttpResponseErrorInfo Class
Microsoft.WindowsAzure.Common Namespace
Return to top