S60 3rd Edition API Reference: MSIPHttpDigestChallengeObserver Class Reference

MSIPHttpDigestChallengeObserver Class Reference

API published in: S60 3rd Ed

Link against: sipclient.lib

Capability Information

Required Capabilities

Location NetworkControl NetworkServices ReadDeviceData WriteDeviceData


#include <siphttpdigestchallengeobserver.h>

Detailed Description

PublishedAll
Released
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.

Public Member Functions

virtual void ChallengeReceived (const TDesC8 &aRealm)=0
 SIP request resulted in 401/407 response that contains a challenge.

Member Function Documentation

virtual void MSIPHttpDigestChallengeObserver::ChallengeReceived const TDesC8 &  aRealm  )  [pure virtual]
 

SIP request resulted in 401/407 response that contains a challenge.

Parameters:
aRealm a realm for which the challenge was received

The documentation for this class was generated from the following file:

Copyright © Nokia Corporation 2001-2007
Back to top