RequestInformation.HttpStatusCode Property

Definition

Gets or sets the HTTP status code for the request. In cases where an HTTP response was never received (for example on client side timeout) this property is null.

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

Property Value

Applies to