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

import"IWebHTTPURLResponse.idl";

Inheritance diagram for IWebHTTPURLResponse:
IWebURLResponse WebURLResponse

Public Member Functions

HRESULT allHeaderFields ([out, retval] IPropertyBag **headerFields)
 
HRESULT localizedStringForStatusCode ([in] int statusCode, [out, retval] BSTR *statusString)
 
HRESULT statusCode ([out, retval] int *statusCode)
 
HRESULT isAttachment ([out, retval] BOOL *attachment)
 
- Public Member Functions inherited from IWebURLResponse
HRESULT expectedContentLength ([out, retval] long long *result)
 
HRESULT initWithURL ([in] BSTR url, [in] BSTR mimeType, [in] int expectedContentLength, [in] BSTR textEncodingName)
 
HRESULT MIMEType ([out, retval] BSTR *result)
 
HRESULT suggestedFilename ([out, retval] BSTR *result)
 
HRESULT textEncodingName ([out, retval] BSTR *result)
 
HRESULT URL ([out, retval] BSTR *result)
 

Member Function Documentation

◆ allHeaderFields()

HRESULT IWebHTTPURLResponse::allHeaderFields ( [out, retval] IPropertyBag **  headerFields)

◆ isAttachment()

HRESULT IWebHTTPURLResponse::isAttachment ( [out, retval] BOOL attachment)

◆ localizedStringForStatusCode()

HRESULT IWebHTTPURLResponse::localizedStringForStatusCode ( [in] int  statusCode,
[out, retval] BSTR statusString 
)

◆ statusCode()

HRESULT IWebHTTPURLResponse::statusCode ( [out, retval] int *  statusCode)

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