|
virtual HRESULT STDMETHODCALLTYPE | QueryInterface (_In_ REFIID riid, _COM_Outptr_ void **ppvObject) |
|
virtual ULONG STDMETHODCALLTYPE | AddRef () |
|
virtual ULONG STDMETHODCALLTYPE | Release () |
|
virtual HRESULT STDMETHODCALLTYPE | authenticationMethod (__deref_opt_out BSTR *result) |
|
virtual HRESULT STDMETHODCALLTYPE | host (__deref_opt_out BSTR *result) |
|
virtual HRESULT STDMETHODCALLTYPE | initWithHost (_In_ BSTR host, int port, _In_ BSTR protocol, _In_ BSTR realm, _In_ BSTR authenticationMethod) |
|
virtual HRESULT STDMETHODCALLTYPE | initWithProxyHost (_In_ BSTR host, int port, _In_ BSTR proxyType, _In_ BSTR realm, _In_ BSTR authenticationMethod) |
|
virtual HRESULT STDMETHODCALLTYPE | isProxy (_Out_ BOOL *result) |
|
virtual HRESULT STDMETHODCALLTYPE | port (_Out_ int *result) |
|
virtual HRESULT STDMETHODCALLTYPE | protocol (__deref_opt_out BSTR *result) |
|
virtual HRESULT STDMETHODCALLTYPE | proxyType (__deref_opt_out BSTR *result) |
|
virtual HRESULT STDMETHODCALLTYPE | realm (__deref_opt_out BSTR *result) |
|
virtual HRESULT STDMETHODCALLTYPE | receivesCredentialSecurely (_Out_ BOOL *result) |
|
const WebCore::ProtectionSpace & | protectionSpace () const |
|
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) |
|