import"IWebDownload.idl";
|
HRESULT | decideDestinationWithSuggestedFilename ([in] IWebDownload *download, [in] BSTR filename) |
|
HRESULT | didCancelAuthenticationChallenge ([in] IWebDownload *download, [in] IWebURLAuthenticationChallenge *challenge) |
|
HRESULT | didCreateDestination ([in] IWebDownload *download, [in] BSTR destination) |
|
HRESULT | didFailWithError ([in] IWebDownload *download, [in] IWebError *error) |
|
HRESULT | didReceiveAuthenticationChallenge ([in] IWebDownload *download, [in] IWebURLAuthenticationChallenge *challenge) |
|
HRESULT | didReceiveDataOfLength ([in] IWebDownload *download, [in] unsigned length) |
|
HRESULT | didReceiveResponse ([in] IWebDownload *download, [in] IWebURLResponse *response) |
|
HRESULT | shouldDecodeSourceDataOfMIMEType ([in] IWebDownload *download, [in] BSTR encodingType, [out, retval] BOOL *shouldDecode) |
|
HRESULT | willResumeWithResponse ([in] IWebDownload *download, [in] IWebURLResponse *response, [in] long long fromByte) |
|
HRESULT | willSendRequest ([in] IWebDownload *download, [in] IWebMutableURLRequest *request, [in] IWebURLResponse *redirectResponse, [out] IWebMutableURLRequest **finalRequest) |
|
HRESULT | didBegin ([in] IWebDownload *download) |
|
HRESULT | didFinish ([in] IWebDownload *download) |
|
◆ decideDestinationWithSuggestedFilename()
HRESULT IWebDownloadDelegate::decideDestinationWithSuggestedFilename |
( |
[in] IWebDownload * |
download, |
|
|
[in] BSTR |
filename |
|
) |
| |
◆ didBegin()
◆ didCancelAuthenticationChallenge()
◆ didCreateDestination()
◆ didFailWithError()
◆ didFinish()
◆ didReceiveAuthenticationChallenge()
◆ didReceiveDataOfLength()
HRESULT IWebDownloadDelegate::didReceiveDataOfLength |
( |
[in] IWebDownload * |
download, |
|
|
[in] unsigned |
length |
|
) |
| |
◆ didReceiveResponse()
◆ shouldDecodeSourceDataOfMIMEType()
HRESULT IWebDownloadDelegate::shouldDecodeSourceDataOfMIMEType |
( |
[in] IWebDownload * |
download, |
|
|
[in] BSTR |
encodingType, |
|
|
[out, retval] BOOL * |
shouldDecode |
|
) |
| |
◆ willResumeWithResponse()
◆ willSendRequest()
The documentation for this interface was generated from the following file: