When using a LiveViewMultiConnection, this represents one of the connections.

Namespace: StreamBase.LiveView.API
Assembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 2.2.8.5956 (2.2.8.5956)

Syntax

         
 C#  Visual Basic  Visual C++ 
public interface ILiveViewConnectionControl
Public Interface ILiveViewConnectionControl
public interface class ILiveViewConnectionControl

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ConnectionConfig
Returns the connectionConfig that was / will be used to create this connection.
ConnectionState
Returns the state of this connection.
IsCurrent
Returns true if this connection is the currently active connection
LastSuccessfulConnect
If the current status is CONNECTED, this will have the time this connection was made.
RetryCount
Valid only if the current state is TRYING_TO_CONNECT. It is the number of tries since the last successful connect, or since startup if there has never been a successful connect to this server.
SetActive(Boolean)
If a connection is set to be inactive, it will stop attempting to connect to the server.
URI
The URI to the server represented by this ConnectionControl. Resolves to cref="ILiveViewConnectionControl.ConnectionConfig.URI".
Version
Version information received from the server in the last successful connection attempt. If the target server has never been successfully connected to, this value will be null.

See Also