Hi,
Ok, I’m fairly new to coding the whole Client/Server stuff, even though I’m reasonably ok with C# development (not a Guru, by any means!)
Anyway, I have a need to work on a project that will require client / server functionality and I stumbled across your library. I like what I see!
What I need to be able to do is to connect from my client and provide some form of username and password. The server needs to Authenticate against a local store and provide some form of token. All further communication should then use this token.
Ideally, I’d also like to encrypt all the traffic (and compress and so on).
Can you offer me some pointers? Ideally, a tutorial added to your library would be awesome!
Many Thanks