Enum ServiceProtocol
Enum of all supported protocols to connect to a Server.
Namespace: Unity.Cloud.Common
Assembly: Unity.Cloud.Common.dll
Syntax
public enum ServiceProtocol
Fields
| Name | Description |
|---|---|
| Http | HTTP protocol. |
| WebSocket | Websocket protocol. |
| WebSocketSecure | Websocket secure protocol. |