Freigeben über


ProtocolChallengeContext Class

Definition

Stores context information associated with a protocol challenge. This is an abstract class.

public abstract class ProtocolChallengeContext : Microsoft.Media.Drm.IProtocolChallengeContext
type ProtocolChallengeContext = class
    interface IProtocolChallengeContext
Public MustInherit Class ProtocolChallengeContext
Implements IProtocolChallengeContext
Inheritance
ProtocolChallengeContext
Derived
Implements

Remarks

This class allows access to the original HTTP request received by the server as well as any SOAP headers included as part of the request that are not natively understood by the Web service. SOAP headers can be used to pass out-of-band information from the client to the service.

Properties

HeadersAvailable

Gets whether any SOAP headers available.

Methods

GetHeaders()

Gets any SOAP headers included with the request.

Applies to