Table of Contents

Class PresentationReceiver

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
NOTE
Experimental
The PresentationReceiver interface of the Presentation API provides a means for a receiving browsing context to access controlling browsing contexts and communicate with them.
[Value("PresentationReceiver")]
public class PresentationReceiver
Inheritance
PresentationReceiver
Inherited Members

Remarks

Constructors

PresentationReceiver()

public PresentationReceiver()

Properties

ConnectionList

[Value("connectionList")]
public Task<PresentationConnectionList> ConnectionList { get; }

Property Value

Task<PresentationConnectionList>