Class PresentationConnectionList
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
NOTE
ExperimentalPresentationConnectionList is the collection of incoming presentation connections.
[Value("PresentationConnectionList")]
public class PresentationConnectionList : EventTarget
- Inheritance
-
PresentationConnectionList
- Inherited Members
Remarks
Constructors
PresentationConnectionList()
public PresentationConnectionList()
Properties
Connections
[Value("connections")]
public PresentationConnection[] Connections { get; }
Property Value
Onconnectionavailable
[Value("onconnectionavailable")]
public EventHandlerNonNull Onconnectionavailable { get; set; }