FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deoAuthConnections..::..httpCall Method

Make HTTP call

Namespace:  FlowWright.cDevDeAPI
Assembly:  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.
oHeader
Type: Dictionary<(Of <(<'String, String>)>)>
The o header.
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

Return Value

true if XXXX, false otherwise.