Click or drag to resize
DeserializedHttpResponseT  Conversion (DeserializedHttpResponseT to T)
Converts the specified response.

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