Share via


DurableHttpResponse.StatusCode Property

Definition

Status code returned from an HTTP request.

[Newtonsoft.Json.JsonProperty("statusCode")]
public System.Net.HttpStatusCode StatusCode { get; }
[<Newtonsoft.Json.JsonProperty("statusCode")>]
member this.StatusCode : System.Net.HttpStatusCode
Public ReadOnly Property StatusCode As HttpStatusCode

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to