다음을 통해 공유


PackagingResponse Constructors

Definition

Overloads

PackagingResponse()

Initializes a new instance of the PackagingResponse class.

PackagingResponse(PackagingChallenge)

Initializes a new instance of the PackagingResponse class from the specified packaging challenge.

PackagingResponse()

Initializes a new instance of the PackagingResponse class.

public PackagingResponse ();
Public Sub New ()

Applies to

PackagingResponse(PackagingChallenge)

Initializes a new instance of the PackagingResponse class from the specified packaging challenge.

public PackagingResponse (Microsoft.Media.Drm.PackagingChallenge challenge);
new Microsoft.Media.Drm.PackagingResponse : Microsoft.Media.Drm.PackagingChallenge -> Microsoft.Media.Drm.PackagingResponse
Public Sub New (challenge As PackagingChallenge)

Parameters

challenge
PackagingChallenge

The parsed PackagingChallenge received from the client.

Applies to