import"IWebHTTPURLResponse.idl";
|
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) |
|
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) |
|
◆ 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: