pusher / pusher-websocket-dotnet

Pusher Channels Client Library for .NET
MIT License
112 stars 113 forks source link

Config EnabledSslProtocols #153

Closed JanOudkerk closed 2 months ago

JanOudkerk commented 2 months ago

The new EnabledSslProtocols option in the PusherOptions enalbes to let the calling client choose which SSL protocol to use, for example SslProtocols.Tls12 instead of the default SslProtocols.None. In connection.cs we use this option in the Websocket constructor