Click or drag to resize
DeserializedHttpResponseCreateAsyncT Method
Creates the specified response asynchronously.

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