ServiceConnection GetXmlAsync T  Method DocuWare Platform .NET API
Gets the XML from the specified uri asynchronously.

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: 6.5.0.0 (6.5.0.5648)
Syntax

public Task<DeserializedHttpResponse<T>> GetXmlAsync<T>(
	string uri
)
where T : class
Type Parameters

T
The type of the response.

Return Value

Type: OnlineTask DeserializedHttpResponse T  
The parsed data.
Exceptions

See Also