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 can I set Headers

LloydFinch opened this issue · comments

How Can I set Headers, such as Token。eg:
Socket.Options.SetRequestHeader("token", "thisismytoken");

I think this will answer your question.