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

import"IWebURLAuthenticationChallenge.idl";

Inheritance diagram for IWebURLProtectionSpace:
WebURLProtectionSpace

Public Member Functions

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)
 

Member Function Documentation

◆ 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: