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