c# - Xamarin SocketIO PCL Token -


i trying make socket connection , pass token in headers of connection. keep getting a

"error initializing handshake https://webpage:8080/"

the code have is:

namevaluecollection headers = new namevaluecollection(); headers.add("token", "xxxtoken"); client = new client("https://supersecurepage:8080", headers); client.connect(); 

what wrong? thank you!

the version of nugget is: 1.0.2 , socketio server is: 1.3.7

thank you,

michael matias


Popular posts from this blog

php - How should I create my API for mobile applications (Needs Authentication) -

5 Reasons to Blog Anonymously (and 5 Reasons Not To)

Google AdWords and AdSense - A Dynamic Small Business Marketing Duo