Interface IWebSocketClientFactory
Create WebSocket Client.
Namespace: Unity.Cloud.Common.Runtime
Assembly: Unity.Cloud.Common.Runtime.dll
Syntax
public interface IWebSocketClientFactory
Methods
Create()
Create an instance of IWebSocketClient.
Declaration
IWebSocketClient Create()
Returns
| Type | Description |
|---|---|
| IWebSocketClient |