Click or drag to resize
DeserializedHttpResponseCreateT Method
Creates the specified response.

Namespace: DocuWare.Services.Http
Assembly: DocuWare.RestClient (in DocuWare.RestClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
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