Others..::..PostRequest Method
Post request.
Namespace:
robotManager.HelpfulAssembly: robotManager (in robotManager.dll)
Syntax
public static Task<string> PostRequest( string url, Dictionary<string, string> parameters, bool showErrors, int requestTimeoutMs )
Parameters
- url
- Type: String
The URL.
- parameters
- Type: Dictionary<(Of <(<'String, String>)>)>
The parameters (like new Dictionary<string, string> { { "Name", "Value" } }).
- showErrors
- Type: Boolean
if set to true show errors in log.
- requestTimeoutMs
- Type: Int32
The request timeout milliseconds.