ServiceRequestedEventArgs.Request 属性

定义

包含服务请求。

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

属性值

包含服务请求。

注解

此对象可能会实现特定于所使用的内容保护系统的其他属性和方法。 为了成功处理请求,应用程序必须理解并处理这些属性和方法。

适用于