The ConnectionConfig type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
BackgroundWorker
This can be used to connect to the LiveView server in the background.
Password
The password used to authenticate when connecting to the LiveView server.
ReconnectionInterval
The number of milliseconds to wait between connection attempts. This is only meaningful when asynchronous connection is used.
RequestAggregateMarks
Whether to recieve aggregation marks if the server supports them.
TimoutSec
The time to wait before closing a connection without hearing a heartbeat. Default: 15s
Uri Obsolete.
The URI used to connect to the LiveView server.
URI
The URI used to connect to the LiveView server.
UseCompression
Whether to use HTTP compression between the client and server.
Username
The user name used to authenticate when connecting to the LiveView server.

See Also