sta / websocket-sharp

A C# implementation of the WebSocket protocol client and server
http://sta.github.io/websocket-sharp
MIT License
5.67k stars 1.65k forks source link

Windows Authentication #323

Open ivanmariychuk opened 7 years ago

ivanmariychuk commented 7 years ago

Hello! I need to open connection with windows credentials (CredentialCache.DefaultNetworkCredentials), how can I do that?

larsensolutions commented 6 years ago

@ivanmariychuk Did you figure out how?