Share via


ServiceRequestedEventArgs.Request Property

Definition

Contains the service request.

public:
 property IMediaProtectionServiceRequest ^ Request { IMediaProtectionServiceRequest ^ get(); };
IMediaProtectionServiceRequest Request();
public IMediaProtectionServiceRequest Request { get; }
var iMediaProtectionServiceRequest = serviceRequestedEventArgs.request;
Public ReadOnly Property Request As IMediaProtectionServiceRequest

Property Value

Contains the service request.

Remarks

This object will probably implement other properties and methods which are specific to the content protection system being used. In order to successfully process the request, these properties and methods must be understood and acted upon by the application.

Applies to