IConnectionSessionFactory Interface |
Namespace: Demo3D.Gui.ConnectionViewer
public interface IConnectionSessionFactory
The IConnectionSessionFactory type exposes the following members.
| Name | Description | |
|---|---|---|
| IsRunning |
True if we're accepting connections.
| |
| Sessions |
Returns a list of current sessions.
|
| Name | Description | |
|---|---|---|
| ConnectSession |
Connect a session
| |
| DisconnectSession |
Terminates a session.
|
| Name | Description | |
|---|---|---|
| ClientConnectionChanged |
Raised when a connection status changes.
|