Click or drag to resize

IConnectionSessionFactory Interface

A source of connections. Typically a server, but doesn't have to be.

Namespace:  Demo3D.Gui.ConnectionViewer
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 18.03.00
Syntax
C#
public interface IConnectionSessionFactory

The IConnectionSessionFactory type exposes the following members.

Properties
  NameDescription
Public propertyIsRunning
True if we're accepting connections.
Public propertySessions
Returns a list of current sessions.
Top
Methods
  NameDescription
Public methodConnectSession
Connect a session
Public methodDisconnectSession
Terminates a session.
Top
Events
  NameDescription
Public eventClientConnectionChanged
Raised when a connection status changes.
Top
See Also