[Xlightweb-develop] How to connect websocket server with WSS?
Status: Inactive
Brought to you by:
grro
|
From: wu j. <jos...@gm...> - 2013-06-19 06:57:42
|
Hi All, How to connect websocket server with WSS? The example in http://xlightweb.sourceforge.net/core/tutorial/V2/TutorialCore.htm connect websockt server with ws.If I want to connect with wss, how to do? XHttpClient httpClient = new XHttpClient(); // ... IWebSocketConnection webSocketConnection = httpClient.openWebSocketConnection("ws://localhost:8877/services") Thanks Jose |