Click or drag to resize

IConnectionSessionFactorySessions Property

Returns a list of current sessions.

Namespace:  Demo3D.Gui.ConnectionViewer
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 18.03.00
Syntax
C#
IEnumerable<IConnectionSession> Sessions { get; }

Property Value

Type: IEnumerableIConnectionSession
See Also