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

WCF Core does not provide control over HTTP Header KeepAlive using HttpTransportBindingElement #2389

Closed
slavah opened this issue Nov 16, 2017 · 1 comment
Assignees
Milestone

Comments

@slavah
Copy link

slavah commented Nov 16, 2017

Hi, we need to be able control KeepAlive header.
For example, when connecting to IP camera through ONVIF (SOAP based) protocol, we need to remove KeepAlive header in request.
Functionality required is similar to classical WCF implementation: HttpChannelFactory.cs

Here a PR with suggested implementation:
#2370

In case WCF Core has a different approach to solve this - please point me in right direction.

Thank you.

@zhenlan
Copy link
Member

zhenlan commented Nov 17, 2017

@mconnew can you please review this?

@zhenlan zhenlan added this to the 2.1.0 milestone Nov 17, 2017
@mconnew mconnew closed this as completed Jan 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants