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