 | RESTClientDoRequest Method (String, String, String, Int32, String) |
Makes the REST request.
Namespace:
Koden.Utils.REST
Assembly:
Koden.Utils.REST (in Koden.Utils.REST.dll) Version: 1.0.6464.41815
Syntaxpublic string DoRequest(
string parameters,
string userID,
string password,
int timeOut,
string authtype
)
Public Function DoRequest (
parameters As String,
userID As String,
password As String,
timeOut As Integer,
authtype As String
) As String
public:
String^ DoRequest(
String^ parameters,
String^ userID,
String^ password,
int timeOut,
String^ authtype
)
member DoRequest :
parameters : string *
userID : string *
password : string *
timeOut : int *
authtype : string -> string
Parameters
- parameters
- Type: SystemString
The parameters. - userID
- Type: SystemString
The user identifier. - password
- Type: SystemString
The password. - timeOut
- Type: SystemInt32
The time out. - authtype
- Type: SystemString
The authtype.
Return Value
Type:
String[Missing <returns> documentation for "M:Koden.Utils.REST.RESTClient.DoRequest(System.String,System.String,System.String,System.Int32,System.String)"]
See Also