Field IsWebSocket
Whether the connection is using the WebSocket protocol.
Namespace: Unity.Networking.Transport.Relay
Assembly: solution.dll
Syntax
public readonly byte IsWebSocket
Returns
Type | Description |
---|---|
byte | True if using WSS, false if using UDP or DTLS. |