Location:
siphttpdigestchallengeobserver.h
class MSIPHttpDigestChallengeObserver;
The user must implement this interface if it intends to provide HTTP Digest credentials upon received challenges from the SIP servers on the signaling path. The user should provide credentials or ignore the challenge using functions defined in TSIPHttpDigest class.
n/a
Defined in MSIPHttpDigestChallengeObserver
:
ChallengeReceived()
virtual void ChallengeReceived(const TDesC8 &aRealm)=0;
SIP request resulted in 401/407 response that contains a challenge.
|