Class WebSocketClientFactory
Create WebSocket Client according to the current platform
Inherited Members
Namespace: Unity.Cloud.Common.Runtime
Syntax
public static class WebSocketClientFactory
Methods
Create()
Initializes and returns an instance of IWebSocketClient for the current platform.
Declaration
public static IWebSocketClient Create()
Returns
| Type | Description |
|---|---|
| IWebSocketClient | An instance of IWebSocketClient appropriate for the current platform. |