Share via


MediaStreamSourceClosedEventArgs.Request Property

Definition

Gets the object that represents the notification that the MediaStreamSource has been closed.

public:
 property MediaStreamSourceClosedRequest ^ Request { MediaStreamSourceClosedRequest ^ get(); };
MediaStreamSourceClosedRequest Request();
public MediaStreamSourceClosedRequest Request { get; }
var mediaStreamSourceClosedRequest = mediaStreamSourceClosedEventArgs.request;
Public ReadOnly Property Request As MediaStreamSourceClosedRequest

Property Value

Provides information regarding why the MediaStreamSource was closed.

Applies to