Click or drag to resize
ClientGetString Method
Perform a GET request and return the output as a string.

Namespace:  Apptus.Util.Http
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntax
C#
public string GetString(
	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: String
The output.
See Also