Click or drag to resize

ConnectionArgs Fields

The ConnectionArgs type exposes the following members.

Fields
  NameDescription
Public fieldHost
Domain name or IP address of the server.
Public fieldPath
Optional path. Used in WebSocket connections. Ignored in other types of connections.
Public fieldPort
Port number.
Public fieldProtocol
Protocol used to connect to the server. Can only be one of the following: TCP, UDP, WEB_SOCKET, WEB_SOCKET_SECURE.
Top
See Also