IPlayReadyServiceRequest.GenerateManualEnablingChallenge Method
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.
Begins the process of manually enabling.
public:
PlayReadySoapMessage ^ GenerateManualEnablingChallenge();
PlayReadySoapMessage GenerateManualEnablingChallenge();
public PlayReadySoapMessage GenerateManualEnablingChallenge();
function generateManualEnablingChallenge()
Public Function GenerateManualEnablingChallenge () As PlayReadySoapMessage
Returns
Begins the process of manually enabling.
Remarks
Provides the caller the raw HTTP challenge and headers that must be sent up to the server. When the response is received, it should be processed by calling the ProcessManualEnablingResponse method.
Calling this method places the interface in a read-only state even if the method does not succeed.