You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered: