DeserializedHttpResponseCreateT Method DocuWare Platform .NET API
Creates the specified response.

Namespace: DocuWare.Services.Http
Assembly: DocuWare.RestClient (in DocuWare.RestClient.dll) Version: Version 6.6
Syntax

C#
public static DeserializedHttpResponse<T> Create<T>(
	HttpResponseMessage response
)
where T : class

Parameters

response
Type: System.Net.HttpHttpResponseMessage
The response.

Type Parameters

T

Return Value

Type: DeserializedHttpResponseT
See Also

Reference