Contains the codes indicating the result of creating a cast session.
            
 
    Namespace: 
   DotNetBrowser.Cast
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.3
Syntax
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | ResultCodeUnspecified | 0 | 
                Reserved value.
             | 
 | Ok | 1 | 
                The cast session successfully started.
             | 
 | TimedOut | 2 | 
                The cast session has not been created within the specified time.
             | 
 | CastSessionNotFound | 3 | 
                The cast session was not found.
             | 
 | ReceiverNotFound | 4 | 
                The receiver was not found when starting the cast session.
             | 
 | NoSupportedProvider | 5 | 
                The media source provider is not supported.
             | 
 | Cancelled | 6 | 
                The cast session has been canceled, i.e. via the "Cancel" button in the screen picker.
             | 
 | CastSessionAlreadyExists | 7 | 
                The cast session can not be created since it already exists.
             | 
 | DesktopPickerFailed | 8 | 
                An attempt to show the screen picker has failed.
             | 
See Also