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

@@ -12,6 +12,6 @@ namespace WireMock.ResponseBuilders
/// </summary>
/// <param name="proxyUrl">The proxy url.</param>
/// <returns>A <see cref="IResponseBuilder"/>.</returns>
IResponseBuilder FromProxyUrl([NotNull] string proxyUrl);
IResponseBuilder WithProxy([NotNull] string proxyUrl);
}
}