Class PresentationReceiver
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
NOTE
ExperimentalPresentationReceiver 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; }