AddDefaultUrlParameter¶
Adds a default URL parameter to all requests made by this client.
1 |
|
Parameters¶
string name
The name of the URL parameter.
string value
The value of the URL parameter.
Returns¶
The current RestClient instance.
Adds a default URL parameter to all requests made by this client.
1 |
|
string name
The name of the URL parameter.
string value
The value of the URL parameter.
The current RestClient instance.