leszekm1

Results 7 comments of leszekm1

Ideally adding something like this: https://github.com/benjimin/pywebcorp would allow automatic proxy authentication in most environments that require it. The c# SSPI wrapper can be found here: https://www.nuget.org/packages/NSspi.

I will work on this issue late this year or early next year if you don't get to it first. :)

Even if you fix the Cookies not to be null it still does not work on Win7 since 1.0.9 was switched from using TCP socket implementation to using HttpClientHander which...

I've looked into this a bit more. The previous version of "WebSockethandle.Managed.cs" had its own implementation of a bare bone HTTP stack (just enough to establish a web socket) on...

For now I'm using 1.0.9 code base with the last available version of the "WebSocketHandle.Managed.cs" file that had its own HTTP stack. Since some of our clients are large corporations...

The PR hasn't been accepted yet, so there is no new nuget version that has win7 support.