NetGain icon indicating copy to clipboard operation
NetGain copied to clipboard

What information can I send from the client to server OnOpened() ?

Open jalchr opened this issue 8 years ago • 1 comments

Sorry if those questions seem trivial. I have not found any documentation. Can I send the "Username" on open connection ? Or this is done at OnAuthenticate?

How can distinguish users right from the start ?

Thanks

jalchr avatar Nov 10 '16 07:11 jalchr

I made this example for Netgain: https://github.com/pjanning/NetGain-ChatExample/tree/master/NetGain

Just have a look at the ChatTcpServer.cs.

pjanning avatar Nov 11 '16 09:11 pjanning