Click or drag to resize
DeserializedHttpResponseTStatusCode Property
Gets the response status code.

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

Property Value

Type: HttpStatusCode
The response status code.
See Also