deoAuthConnections..::..httpCall Method
Make HTTP call
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public static bool httpCall( string sUrl, httpMethod oMethod, Dictionary<string, string> oHeader, payLoadType oPayloadType, Object oPayLoad, out string jsonResponse, string sConnectionString, int timeOut )
Public Shared Function httpCall ( _ sUrl As String, _ oMethod As httpMethod, _ oHeader As Dictionary(Of String, String), _ oPayloadType As payLoadType, _ oPayLoad As Object, _ <OutAttribute> ByRef jsonResponse As String, _ sConnectionString As String, _ timeOut As Integer _ ) As Boolean
public: static bool^ httpCall( String^ sUrl, httpMethod^ oMethod, Dictionary<String^, String^>^ oHeader, payLoadType^ oPayloadType, Object^ oPayLoad, [OutAttribute] String^% jsonResponse, String^ sConnectionString, int^ timeOut )
Parameters
- sUrl
- Type: String
The s URL.
- oMethod
- Type: FlowWright.cDevDecisionEngine..::..httpMethod
The o method.
- oPayloadType
- Type: FlowWright.cDevDecisionEngine..::..payLoadType
Type of the o payload.
- oPayLoad
- Type: Object
The o pay load.
- jsonResponse
- Type: String%
The json response.
- sConnectionString
- Type: String
- timeOut
- Type: Int32