Click or drag to resize

ICastSessionDescription Property

Gets the description of the session. Examples: "Mirroring tab (www.example.com)", "Casting media", "Casting YouTube".

Namespace:  DotNetBrowser.Cast
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.26.2
Syntax
C#
string Description { get; }

Property Value

Type: String
The description of the session.
Remarks
The description may be empty when the session just started and Chromium didn't define the cast content yet.
See Also