Click or drag to resize
HttpClientRequestExceptionStatusCode Property
Gets the status code.

Namespace: DocuWare.Services.Http.Client
Assembly: DocuWare.RestClient (in DocuWare.RestClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
public HttpStatusCode StatusCode { get; }

Property Value

Type: HttpStatusCode
The status code.
See Also