DeserializedHttpResponseT  Conversion (DeserializedHttpResponseT to T)DocuWare Platform .NET API
Converts the specified response.

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

C#
public static implicit operator T (
	DeserializedHttpResponse<T> response
)

Parameters

response
Type: DocuWare.Services.HttpDeserializedHttpResponseT
The response.

Return Value

Type: T
The content of the response.
See Also

Reference