AbstractSession Properties |
The AbstractSession type exposes the following members.
Name | Description | |
---|---|---|
![]() | applicationId |
An ID used to identify the application in the Strix Cloud.
|
![]() | authClient | |
![]() | authData | |
![]() | authorizationAccessToken |
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. |
![]() | host |
The address of the remote server.
|
![]() | IsConnected | if the connection is currently open; otherwise.
|
![]() | messageChannel | |
![]() | messageChannelProcessor | |
![]() | port |
The remote server port number.
|
![]() | protocol |
The protocol used to connect to the remote server.
|
![]() | sessionClient | |
![]() | uid |