mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-17 14:09:40 +02:00
WithProxy
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user