Enum ConnectionMode
Effective transport for the most recent SQL operation. Surfaced to the UI as a chip next to the busy indicator.
Namespace: Reportman.Hub.Client.DataChannel
Assembly: Reportman.DataChannel.dll
Syntax
public enum ConnectionMode
Fields
| Name | Description |
|---|---|
| Api | Fallback to the existing HTTP/API path. |
| Connecting | Negotiating the channel; SDP/ICE in flight. |
| HolePunched | NAT hole-punched (srflx / prflx via STUN). |
| P2P | LAN direct (ICE candidate type = host). |
| Relay | Relayed through TURN. |
| Unknown | No SQL has run yet, or last mode unknown. |