import"IWebURLRequest.idl";
|
| HRESULT | requestWithURL ([in] BSTR theURL, [in] WebURLRequestCachePolicy cachePolicy, [in] double timeoutInterval) |
| |
| HRESULT | allHTTPHeaderFields ([out, retval] IPropertyBag **result) |
| |
| HRESULT | cachePolicy ([out, retval] WebURLRequestCachePolicy *result) |
| |
| HRESULT | HTTPBody ([out, retval] IStream **result) |
| |
| HRESULT | HTTPBodyStream ([out, retval] IStream **result) |
| |
| HRESULT | HTTPMethod ([out, retval] BSTR *result) |
| |
| HRESULT | HTTPShouldHandleCookies ([out, retval] BOOL *result) |
| |
| HRESULT | initWithURL ([in] BSTR url, [in] WebURLRequestCachePolicy cachePolicy, [in] double timeoutInterval) |
| |
| HRESULT | mainDocumentURL ([out, retval] BSTR *result) |
| |
| HRESULT | timeoutInterval ([out, retval] double *result) |
| |
| HRESULT | URL ([out, retval] BSTR *result) |
| |
| HRESULT | valueForHTTPHeaderField ([in] BSTR field, [out, retval] BSTR *result) |
| |
| HRESULT | isEmpty ([out, retval] BOOL *result) |
| |
| HRESULT | mutableCopy ([out, retval] IWebMutableURLRequest **result) |
| |
| HRESULT | isEqual ([in] IWebURLRequest *other, [out, retval] BOOL *result) |
| |
◆ allHTTPHeaderFields()
| HRESULT IWebURLRequest::allHTTPHeaderFields |
( |
[out, retval] IPropertyBag ** |
result | ) |
|
◆ cachePolicy()
◆ HTTPBody()
| HRESULT IWebURLRequest::HTTPBody |
( |
[out, retval] IStream ** |
result | ) |
|
◆ HTTPBodyStream()
| HRESULT IWebURLRequest::HTTPBodyStream |
( |
[out, retval] IStream ** |
result | ) |
|
◆ HTTPMethod()
| HRESULT IWebURLRequest::HTTPMethod |
( |
[out, retval] BSTR * |
result | ) |
|
◆ HTTPShouldHandleCookies()
| HRESULT IWebURLRequest::HTTPShouldHandleCookies |
( |
[out, retval] BOOL * |
result | ) |
|
◆ initWithURL()
◆ isEmpty()
| HRESULT IWebURLRequest::isEmpty |
( |
[out, retval] BOOL * |
result | ) |
|
◆ isEqual()
◆ mainDocumentURL()
| HRESULT IWebURLRequest::mainDocumentURL |
( |
[out, retval] BSTR * |
result | ) |
|
◆ mutableCopy()
◆ requestWithURL()
◆ timeoutInterval()
| HRESULT IWebURLRequest::timeoutInterval |
( |
[out, retval] double * |
result | ) |
|
◆ URL()
| HRESULT IWebURLRequest::URL |
( |
[out, retval] BSTR * |
result | ) |
|
◆ valueForHTTPHeaderField()
| HRESULT IWebURLRequest::valueForHTTPHeaderField |
( |
[in] BSTR |
field, |
|
|
[out, retval] BSTR * |
result |
|
) |
| |
The documentation for this interface was generated from the following file: