Click or drag to resize

UrlRequestClientBuilderGetAuthCredentials Method

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

Parameters

func  GetAuthCredentialsDelegate
function to be executed when GetAuthCredentials(Boolean, String, Int32, String, String, IAuthCallback) is called

Return Value

UrlRequestClientBuilder
Fluent Builder, call Build to create a new IUrlRequestClient instance
See Also