Perform a POST request.
Namespace: Apptus.Util.Http
Assembly: Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 3.47.3
Syntax
C#
public abstract Stream PostAndGetBytes( string path, Dictionary<string, string> args, Stream body )
Parameters
- path
- Type: SystemString
The path to request. - args
- Type: System.Collections.GenericDictionaryString, String
The request arguments. - body
- Type: System.IOStream
The request body.
Return Value
Type: StreamSee Also