WorkItemTrackingHttpClient.LastResponseStatusCode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
HttpStatusCode of the last response
public Nullable<System.Net.HttpStatusCode> LastResponseStatusCode { get; }
member this.LastResponseStatusCode : Nullable<System.Net.HttpStatusCode>
Public ReadOnly Property LastResponseStatusCode As Nullable(Of HttpStatusCode)