HttpResponseMessage.StatusCode Property

Definition

Gets or sets the status code of the HTTP response.

public:
 property System::Net::HttpStatusCode StatusCode { System::Net::HttpStatusCode get(); void set(System::Net::HttpStatusCode value); };
public System.Net.HttpStatusCode StatusCode { get; set; }
member this.StatusCode : System.Net.HttpStatusCode with get, set
Public Property StatusCode As HttpStatusCode

Property Value

The status code of the HTTP response.

Applies to