OutgoingWebResponseContext.StatusCode Property

Definition

Gets or sets the status code of the outgoing Web 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

An HttpStatusCode instance that contains the status code of the outgoing Web response.

Applies to