websocket-sharp
websocket-sharp copied to clipboard
How can I set Headers
How Can I set Headers, such as Token。eg:
Socket.Options.SetRequestHeader("token", "thisismytoken");
I think this will answer your question.