webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
IWebURLAuthenticationChallenge Interface Reference

import"IWebURLAuthenticationChallenge.idl";

Inheritance diagram for IWebURLAuthenticationChallenge:

Public Member Functions

HRESULT error ([out, retval] IWebError **result)
 
HRESULT failureResponse ([out, retval] IWebURLResponse **result)
 
HRESULT initWithAuthenticationChallenge ([in] IWebURLAuthenticationChallenge *challenge, [in] IWebURLAuthenticationChallengeSender *sender)
 
HRESULT initWithProtectionSpace ([in] IWebURLProtectionSpace *space, [in] IWebURLCredential *proposedCredential, [in] int previousFailureCount, [in] IWebURLResponse *failureResponse, [in] IWebError *error, [in] IWebURLAuthenticationChallengeSender *sender)
 
HRESULT previousFailureCount ([out, retval] UINT *result)
 
HRESULT proposedCredential ([out, retval] IWebURLCredential **result)
 
HRESULT protectionSpace ([out, retval] IWebURLProtectionSpace **result)
 
HRESULT sender ([out, retval] IWebURLAuthenticationChallengeSender **sender)
 

Member Function Documentation

◆ error()

HRESULT IWebURLAuthenticationChallenge::error ( [out, retval] IWebError **  result)

◆ failureResponse()

HRESULT IWebURLAuthenticationChallenge::failureResponse ( [out, retval] IWebURLResponse **  result)

◆ initWithAuthenticationChallenge()

HRESULT IWebURLAuthenticationChallenge::initWithAuthenticationChallenge ( [in] IWebURLAuthenticationChallenge challenge,
[in] IWebURLAuthenticationChallengeSender sender 
)

◆ initWithProtectionSpace()

HRESULT IWebURLAuthenticationChallenge::initWithProtectionSpace ( [in] IWebURLProtectionSpace space,
[in] IWebURLCredential proposedCredential,
[in] int  previousFailureCount,
[in] IWebURLResponse failureResponse,
[in] IWebError error,
[in] IWebURLAuthenticationChallengeSender sender 
)

◆ previousFailureCount()

HRESULT IWebURLAuthenticationChallenge::previousFailureCount ( [out, retval] UINT *  result)

◆ proposedCredential()

HRESULT IWebURLAuthenticationChallenge::proposedCredential ( [out, retval] IWebURLCredential **  result)

◆ protectionSpace()

HRESULT IWebURLAuthenticationChallenge::protectionSpace ( [out, retval] IWebURLProtectionSpace **  result)

◆ sender()

HRESULT IWebURLAuthenticationChallenge::sender ( [out, retval] IWebURLAuthenticationChallengeSender **  sender)

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