Click or drag to resize

UrlRequestClientBuilder.GetAuthCredentials Method

Version 93.1.111

Namespace:  CefSharp.Fluent
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 93.1.111.0
Syntax
public UrlRequestClientBuilder GetAuthCredentials(
	GetAuthCredentialsDelegate func
)

Parameters

func
Type: CefSharp.Fluent.GetAuthCredentialsDelegate
function to be executed when GetAuthCredentials(Boolean, String, Int32, String, String, IAuthCallback) is called

Return Value

Type: UrlRequestClientBuilder
Fluent Builder, call Build() to create a new IUrlRequestClient instance
See Also