Unlike Other platforms when i connect to pusher app on debug console my origin is printed as none , I am using following code to initialise.
this->m_connectionEventHandler = ch;
this->m_errorEventHandler = eh;
stringstream str;
str << "ws://ws.pusherapp.com:80/app/";
str << appKey;
str << "?client=pushwindows&version=1.0&protocol=5";
m_url = str.str();