CastSessionStartFailedEventArgs Class |
Namespace: DotNetBrowser.Cast.Events
public sealed class CastSessionStartFailedEventArgs : BrowserEventArgs
The CastSessionStartFailedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | Browser |
Gets the IBrowser instance associated with the event.
(Inherited from BrowserEventArgs.) |
![]() | CastSessions |
Gets the ICastSessions instance initiated this event.
|
![]() | Code |
Gets the error code obtained from Chromium.
|
![]() | ErrorMessage |
Gets the error message obtained from Chromium.
|
![]() | MediaReceiver |
Gets the media receiver of the failed cast session.
|
![]() | Mode |
Gets the mode of the requested cast session.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |