MediaStreamSourceClosedEventArgs.Request Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.