Skip to content

Commit 057be99

Browse files
committed
Merge pull request #300 from Haacked/patch-1
Made BaseUrl property virtual
2 parents cbf2f4c + 3ea9739 commit 057be99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RestSharp/RestClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ IDeserializer GetHandler(string contentType)
261261
/// <example>
262262
/// client.BaseUrl = "http://example.com";
263263
/// </example>
264-
public string BaseUrl
264+
public virtual string BaseUrl
265265
{
266266
get
267267
{

0 commit comments

Comments
 (0)