Partager via


HttpOperationException.StatusCode Property

Definition

Gets or sets the HTTP status code. If the property is null, it indicates that no response was received.

public System.Net.HttpStatusCode? StatusCode { get; set; }
member this.StatusCode : Nullable<System.Net.HttpStatusCode> with get, set
Public Property StatusCode As Nullable(Of HttpStatusCode)

Property Value

Applies to