ProtocolChallengeContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |