sta / websocket-sharp

A C# implementation of the WebSocket protocol client and server

Home Page:http://sta.github.io/websocket-sharp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How is it possible to add headers to my WebSocket

FabioGaming opened this issue · comments

My WebSocket requires headers, how can I add them?
The default Socket Handling does it like this: Socket.Options.SetRequestHeader("key", "value");