WithProxy

This commit is contained in:
Stef Heyenrath
2017-05-07 10:01:31 +02:00
parent 7bfd9f3343
commit 2c8142b93d
5 changed files with 6 additions and 6 deletions

View File

@@ -471,7 +471,7 @@ namespace WireMock.Server
if (!string.IsNullOrEmpty(responseModel.ProxyUrl))
{
return responseBuilder.FromProxyUrl(responseModel.ProxyUrl);
return responseBuilder.WithProxy(responseModel.ProxyUrl);
}
if (responseModel.StatusCode.HasValue)