Click or drag to resize
DeserializedHttpResponseT Constructor

Namespace: DocuWare.Services.Http
Assembly: DocuWare.RestClient (in DocuWare.RestClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
public DeserializedHttpResponse(
	HttpResponseMessage responseMessage,
	T result
)

Parameters

responseMessage
Type: System.Net.HttpHttpResponseMessage
The response message.
result
Type: T
The result.
See Also