Click or drag to resize

ConnectionArgs Structure

Connection arguments used to establish a connection with a Strix Master server or a Strix room server.

Namespace:  SoftGear.Strix.Unity.Runtime
Assembly:  StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
public struct ConnectionArgs

The ConnectionArgs type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFromUrlParseResult
Constructs a new instance of ConnectionArgs from connection string parsing results and a port, validating them in the process.
Top
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