import"IWebURLAuthenticationChallenge.idl";
|
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) |
|
◆ error()
HRESULT IWebURLAuthenticationChallenge::error |
( |
[out, retval] IWebError ** |
result | ) |
|
◆ failureResponse()
◆ initWithAuthenticationChallenge()
◆ initWithProtectionSpace()
◆ previousFailureCount()
HRESULT IWebURLAuthenticationChallenge::previousFailureCount |
( |
[out, retval] UINT * |
result | ) |
|
◆ proposedCredential()
◆ protectionSpace()
◆ sender()
The documentation for this interface was generated from the following file: