emitter-io / csharp

Client library for emitter.io compatible with .Net, .Net MicroFramework and WinRT
http://emitter.io
Eclipse Public License 1.0
29 stars 21 forks source link

How can you supply a username parameter? #17

Open gtmadev opened 4 years ago

gtmadev commented 4 years ago

You can pass some parameters when creating the connection (client). I see a pram for the broker, the port, secure, but then there's just a generic paramArray. What goes there? How are the parameters formatted? Can username be supplied here?

Anyone have some sample code to set username with the .Net library? Thanks.

IliasP91 commented 3 years ago

if anyone is interested i just created a PR for this