Skip to content

AddDefaultUrlParameter

Adds a default URL parameter to all requests made by this client.

1
myRestClient.AddDefaultUrlParameter(name: string, value: string):RestClient

Parameters

string name
    The name of the URL parameter.

string value
    The value of the URL parameter.

Returns

The current RestClient instance.

See Also