ServiceRequestedEventArgs.Request 속성

정의

서비스 요청을 포함합니다.

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

속성 값

서비스 요청을 포함합니다.

설명

이 개체는 사용 중인 콘텐츠 보호 시스템과 관련된 다른 속성 및 메서드를 구현할 수 있습니다. 요청을 성공적으로 처리하려면 애플리케이션에서 이러한 속성과 메서드를 이해하고 처리해야 합니다.

적용 대상