Click or drag to resize

CastSessionStartFailedEventArgs Properties

The CastSessionStartFailedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyBrowser
Gets the IBrowser instance associated with the event.
(Inherited from BrowserEventArgs.)
Public propertyCastSessions
Gets the ICastSessions instance initiated this event.
Public propertyCode
Gets the error code obtained from Chromium.
Public propertyErrorMessage
Gets the error message obtained from Chromium.
Public propertyMediaReceiver
Gets the media receiver of the failed cast session.
Public propertyMode
Gets the mode of the requested cast session.
Top
See Also