mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-06 20:47:49 +00:00
14 lines
800 B
Markdown
14 lines
800 B
Markdown
# Connections
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------ | ------------------ | ------------------ | ------------------ |
|
|
| `Protocol` | *string* | :heavy_check_mark: | N/A |
|
|
| `Address` | *string* | :heavy_check_mark: | N/A |
|
|
| `Port` | *double* | :heavy_check_mark: | N/A |
|
|
| `Uri` | *string* | :heavy_check_mark: | N/A |
|
|
| `Local` | *bool* | :heavy_check_mark: | N/A |
|
|
| `Relay` | *bool* | :heavy_check_mark: | N/A |
|
|
| `IPv6` | *bool* | :heavy_check_mark: | N/A | |