Click here to Skip to main content
15,907,906 members

Comments by raveendranath (Top 1 by date)

raveendranath 31-Aug-17 5:04am View    
I just tried to open the connection, did not send any content.

See following code

client = new WebSocket(wsClientImpl.Url, SslProtocols.Tls12.ToString() , null, authorizationHeaderItems, "","", WebSocketVersion.None);
client.Open();