Click or drag to resize
RequestContextCloseAllConnections Method
Version 57.0.0

[Missing <summary> documentation for "M:CefSharp.RequestContext.CloseAllConnections(CefSharp.ICompletionCallback)"]

Namespace: CefSharp
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 57.0.0.0
Syntax
public virtual void CloseAllConnections(
	ICompletionCallback callback
)

Parameters

callback
Type: CefSharpICompletionCallback

[Missing <param name="callback"/> documentation for "M:CefSharp.RequestContext.CloseAllConnections(CefSharp.ICompletionCallback)"]

Implements

IRequestContextCloseAllConnections(ICompletionCallback)
See Also