HttpRequest.Result.StatusCode Property

Definition

Gets or sets the status code from the response to the http operation.

public int StatusCode { get; set; }
member this.StatusCode : int with get, set
Public Property StatusCode As Integer

Property Value

Response status code.

Applies to