DeserializedHttpResponseCreateAsyncT Method DocuWare Platform .NET API
Creates the specified response asynchronously.

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

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

Parameters

response
Type: System.Net.HttpHttpResponseMessage
The response.

Type Parameters

T

Return Value

Type: TaskDeserializedHttpResponseT
See Also

Reference