import"IWebURLAuthenticationChallenge.idl";
|
HRESULT | authenticationMethod ([out, retval] BSTR *result) |
|
HRESULT | host ([out, retval] BSTR *result) |
|
HRESULT | initWithHost ([in] BSTR host, [in] int port, [in] BSTR protocol, [in] BSTR realm, [in] BSTR authenticationMethod) |
|
HRESULT | initWithProxyHost ([in] BSTR host, [in] int port, [in] BSTR proxyType, [in] BSTR realm, [in] BSTR authenticationMethod) |
|
HRESULT | isProxy ([out, retval] BOOL *result) |
|
HRESULT | port ([out, retval] int *result) |
|
HRESULT | protocol ([out, retval] BSTR *result) |
|
HRESULT | proxyType ([out, retval] BSTR *result) |
|
HRESULT | realm ([out, retval] BSTR *result) |
|
HRESULT | receivesCredentialSecurely ([out, retval] BOOL *result) |
|
◆ authenticationMethod()
HRESULT IWebURLProtectionSpace::authenticationMethod |
( |
[out, retval] BSTR * |
result | ) |
|
◆ host()
HRESULT IWebURLProtectionSpace::host |
( |
[out, retval] BSTR * |
result | ) |
|
◆ initWithHost()
HRESULT IWebURLProtectionSpace::initWithHost |
( |
[in] BSTR |
host, |
|
|
[in] int |
port, |
|
|
[in] BSTR |
protocol, |
|
|
[in] BSTR |
realm, |
|
|
[in] BSTR |
authenticationMethod |
|
) |
| |
◆ initWithProxyHost()
HRESULT IWebURLProtectionSpace::initWithProxyHost |
( |
[in] BSTR |
host, |
|
|
[in] int |
port, |
|
|
[in] BSTR |
proxyType, |
|
|
[in] BSTR |
realm, |
|
|
[in] BSTR |
authenticationMethod |
|
) |
| |
◆ isProxy()
HRESULT IWebURLProtectionSpace::isProxy |
( |
[out, retval] BOOL * |
result | ) |
|
◆ port()
HRESULT IWebURLProtectionSpace::port |
( |
[out, retval] int * |
result | ) |
|
◆ protocol()
HRESULT IWebURLProtectionSpace::protocol |
( |
[out, retval] BSTR * |
result | ) |
|
◆ proxyType()
HRESULT IWebURLProtectionSpace::proxyType |
( |
[out, retval] BSTR * |
result | ) |
|
◆ realm()
HRESULT IWebURLProtectionSpace::realm |
( |
[out, retval] BSTR * |
result | ) |
|
◆ receivesCredentialSecurely()
HRESULT IWebURLProtectionSpace::receivesCredentialSecurely |
( |
[out, retval] BOOL * |
result | ) |
|
The documentation for this interface was generated from the following file: