Answer the question
In order to leave comments, you need to log in
How to set second parameter of connect function in SocketIOClientDotNET C#?
Hello.
On normal js, what I need looks like this:
var socket = io.connect("https://ws.myurl.com/",
{
query: 'token=' + token
});
Answer the question
In order to leave comments, you need to log in
socket = IO.Socket(uri, options);
example: line 38
https://github.com/Quobject/SocketIoClientDotNet/b...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question