mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-06 04:20:46 +00:00
2.1 KiB
2.1 KiB
Connections
Fields
| Field | Type | Required | Description |
|---|---|---|---|
Protocol |
Protocol | ✔️ | The protocol used for the connection (http, https, etc) |
Address |
string | ✔️ | The (ip) address or domain name used for the connection |
Port |
int | ✔️ | The port used for the connection |
Uri |
string | ✔️ | The full URI of the connection |
Local |
bool | ✔️ | If the connection is local address |
Relay |
bool | ✔️ | If the connection is relayed through plex.direct |
IPv6 |
bool | ✔️ | If the connection is using IPv6 |