ClientGetLongBytes Method A Sandcastle Documented Class Library
Perform a GET request that is expected to be long and get the result.

Namespace:  Apptus.Util.Http
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.0.0
Syntax

C#
public abstract Stream GetLongBytes(
	string path,
	Dictionary<string, string> args
)

Parameters

path
Type: SystemString
The path to request.
args
Type: System.Collections.GenericDictionaryString, String
The request arguments.

Return Value

Type: Stream
The response data of the request
See Also

Reference