Request Method

Chat2Desk

Chat2Desk

IHttpService..::..Request Method

Requests the specified URL.

Namespace:  Chat2Desk.Services
Assembly:  Chat2Desk (in Chat2Desk.dll)

Syntax


string Request(
	string url,
	Method method,
	Object param
)
Function Request ( _
	url As String, _
	method As Method, _
	param As Object _
) As String
String^ Request(
	String^ url, 
	Method^ method, 
	Object^ param
)

Parameters

url
Type: String
The URL.
method
Type: Chat2Desk.Types.Enums..::..Method
The method.
param
Type: Object
The parameter.

Return Value