DeserializedHttpResponse Create T  Method DocuWare Platform .NET API
Creates the specified response.

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

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

Parameters

response
Type: HttpResponseMessage
The response.
Type Parameters

T

Return Value

Type: DeserializedHttpResponse T 
See Also