Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RunProxy Uses Default Timeout #1981

Closed
AceCoderLaura opened this issue Mar 31, 2017 · 1 comment
Closed

RunProxy Uses Default Timeout #1981

AceCoderLaura opened this issue Mar 31, 2017 · 1 comment

Comments

@AceCoderLaura
Copy link

When using a proxy to redirect calls from ASP to my WCF service, timeouts occur. I suspect that the proxy's HttpClient is using the default request timeout. There needs to be a way to set the timeout.

app.MapWhen(c => IsWCFCall(c), builder =>
{
    builder.RunProxy(new ProxyOptions { Scheme = "http", Host = "localhost", Port = XivicConfiguration.WCFPort.ToString() });
});

Apologies if this is the wrong repository.

@Tratcher
Copy link
Member

This issue was moved to aspnet/Proxy#58

@dotnet dotnet locked as resolved and limited conversation to collaborators Dec 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants