Click or drag to resize

AbstractSession Properties

The AbstractSession type exposes the following members.

Properties
  NameDescription
Public propertyapplicationId
An ID used to identify the application in the Strix Cloud.
Public propertyauthClient
Public propertyauthData
Public propertyauthorizationAccessToken
Authorization access token. If not null or empty, used to authorize this client when connecting to the server.
To use it you should also provide a valid authorization server URL to Connect(String, Int32, String, String, StrixNetworkConnectEventHandler, StrixNetworkConnectFailedEventHandler, Int32), or JoinRoom(RoomJoinArgs, RoomJoinEventHandler, FailureEventHandler, RequestConfig) through RoomJoinArgs.
Public propertyhost
The address of the remote server.
Public propertyIsConnected
if the connection is currently open; otherwise.
Public propertymessageChannel
Public propertymessageChannelProcessor
Public propertyport
The remote server port number.
Public propertyprotocol
The protocol used to connect to the remote server.
Public propertysessionClient
Public propertyuid
Top
See Also