ClientPostChars Method A Sandcastle Documented Class Library
Perform a POST request.

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

C#
public abstract void PostChars(
	string path,
	Dictionary<string, string> args,
	TextReader body
)

Parameters

path
Type: SystemString
The path to request.
args
Type: System.Collections.GenericDictionaryString, String
The request arguments.
body
Type: System.IOTextReader
The request body.
See Also

Reference