ConnectionArgs Fields |
The ConnectionArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | Host |
Domain name or IP address of the server.
|
![]() | Path |
Optional path. Used in WebSocket connections.
Ignored in other types of connections.
|
![]() | Port |
Port number.
|
![]() | Protocol |
Protocol used to connect to the server. Can only be one of the following:
TCP, UDP, WEB_SOCKET, WEB_SOCKET_SECURE.
|