Skip to content

RestClient.Url

Overview

String RestClient.Url { get; set; }
Gets or sets the target Url of client

Remarks

  • Url can contain parameters in curly paranthesis format.

Examples

var client = $Rest.Create('http://targetserver/');

client.Url = 'http://targetserver/file/{id}';

See Also