DeserializedHttpResponse T    Conversion (DeserializedHttpResponse T  to T)DocuWare Platform .NET API
Converts 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 implicit operator T (
	DeserializedHttpResponse<T> response
)

Parameters

response
Type: DocuWare.Services.Http DeserializedHttpResponse T 
The response.

Return Value

Type: T
The content of the response.
See Also