OperationStatusResponse.HttpStatusCode Property
The HTTP status code for the asynchronous request.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public HttpStatusCode HttpStatusCode { get; set; }
public:
property HttpStatusCode HttpStatusCode {
HttpStatusCode get();
void set(HttpStatusCode value);
}
member HttpStatusCode : HttpStatusCode with get, set
Public Property HttpStatusCode As HttpStatusCode
Property Value
Type: System.Net.HttpStatusCode
See Also
OperationStatusResponse Class
Microsoft.WindowsAzure Namespace
Return to top