IPlayReadyServiceRequest.GenerateManualEnablingChallenge Method

Definition

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.

Applies to