System.Net.WebSockets.Client.Managed
System.Net.WebSockets.Client.Managed copied to clipboard
Microsoft's managed implementation of System.Net.WebSockets.ClientWebSocket tweaked for use on Windows 7 and .NET 4.5
we are trying to establish a socket connection with DNS. we can able to establish a connection successfully, same way if we are trying to establish a connection with the...
I am in the development of creating a client app to connect to web socket server in windows 7 environment both ws and wss, and I'd like to ignore the...
I bet [CreateClientWebSocket](https://github.com/PingmanTools/System.Net.WebSockets.Client.Managed/blob/master/System.Net.WebSockets.Client.Managed/SystemClientWebSocket.cs#L37) returns a `WebSocket` because both `Managed.ClientWebSocket` and `ClientWebSocket` inherits from `WebSocket`. The problem is that it hides the `Options` property. If I want to set the `KeepAliveInterval`...
You cannot use this package in projects with signed assemblies, so is there any chance of getting this package with signed assemblies without building this project on our own? Is...
CoreFx #29834 fix
I use this library to continuously receive data from a Websocket server and the library keep crashing with the following error: {"The I/O operation has been aborted because of either...
Public `System.SR` class unnecessarily causes conflicts in projects that have dependency on this library and define their own `SR` class.
When called ConnectAsync, it raises ArgumentNullException. It is because ClientWebSocket.Options.Cookies is null. On v1.0.4, there was no problem on ConnectAsync.
Revert WebSocketHandle to have its own HTTP stack on top of a TCP socket to allow Win7 compatibility. Add automatic HTTP proxy support. Add automatic proxy authentication based on the...