Table of Contents

Class PresentationConnectionList

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
NOTE
Experimental
PresentationConnectionList 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

PresentationConnection[]

Onconnectionavailable

[Value("onconnectionavailable")]
public EventHandlerNonNull Onconnectionavailable { get; set; }

Property Value

EventHandlerNonNull