A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://cefsharp.github.io/api/118.6.x/html/M_CefSharp_IRequestHandler_GetAuthCredentials.htm below:

IRequestHandlerGetAuthCredentials Method Version 118.6.80

Called when the browser needs credentials from the user.

Namespace:  CefSharp
Assembly:

CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)

Syntax
bool GetAuthCredentials(
	IWebBrowser chromiumWebBrowser,
	IBrowser browser,
	string originUrl,
	bool isProxy,
	string host,
	int port,
	string realm,
	string scheme,
	IAuthCallback callback
)
bool GetAuthCredentials(
	IWebBrowser^ chromiumWebBrowser, 
	IBrowser^ browser, 
	String^ originUrl, 
	bool isProxy, 
	String^ host, 
	int port, 
	String^ realm, 
	String^ scheme, 
	IAuthCallback^ callback
)
Parameters
chromiumWebBrowser
Type: CefSharpIWebBrowser
The ChromiumWebBrowser control
browser
Type: CefSharpIBrowser
the browser object
originUrl
Type: SystemString
is the origin making this authentication request
isProxy
Type: SystemBoolean
indicates whether the host is a proxy server
host
Type: SystemString
hostname
port
Type: SystemInt32
port number
realm
Type: SystemString
realm
scheme
Type: SystemString
scheme
callback
Type: CefSharpIAuthCallback
Callback interface used for asynchronous continuation of authentication requests.
Return Value

Type:

Boolean

Return true to continue the request and call

Continue(String, String)

when the authentication information is available. Return false to cancel the request.

See Also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4