API reference
API reference
Select your platform
No SDKs available
No versions available

WebSocketFactory Class

Class providing static access methods to work with JSLIB WebSocket or WebSocketSharp interface
Factory

Static Methods

CreateInstance ( url )
Create WebSocket client instance
Signature
static WebSocket Meta.Net.NativeWebSocket.WebSocketFactory.CreateInstance(string url)
Parameters
url: string WebSocket valid URL.
Returns
WebSocket  The WebSocket instance.