Click or drag to resize

StartPresentationResponseStart Method

Creates a StartPresentationResponse that notifies the browser that the presentation should be started on the IMediaReceiver receiver.

Namespace:  DotNetBrowser.Cast.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.0
Syntax
C#
public static StartPresentationResponse Start(
	IMediaReceiver mediaReceiver
)

Parameters

mediaReceiver
Type: DotNetBrowser.CastIMediaReceiver

[Missing <param name="mediaReceiver"/> documentation for "M:DotNetBrowser.Cast.Handlers.StartPresentationResponse.Start(DotNetBrowser.Cast.IMediaReceiver)"]

Return Value

Type: StartPresentationResponse
The StartPresentationResponse instance that can be used as a return value in StartPresentationHandler implementation.
See Also