| ClientPostBytes Method (String, DictionaryString, String, Stream, Boolean) | 
 
            Perform a POST request.
            
 
    Namespace: 
   Apptus.Util.Http
    Assembly:
   Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.1
Syntaxpublic abstract void PostBytes(
	string path,
	Dictionary<string, string> args,
	Stream body,
	bool chunked
)
Parameters
- path
 - Type: SystemString
The path to request. - args
 - Type: System.Collections.GenericDictionaryString, String
The request arguments. - body
 - Type: System.IOStream
The request body. - chunked
 - Type: SystemBoolean
 
See Also