CefQuotaCallback Continue Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

Continue the quota request. If |allow| is true the request will be allowed. Otherwise, the request will be denied.

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public void Continue(
	bool allow
)

Parameters

allow
Type: OnlineSystem Boolean

[Missing <param name="allow"/> documentation for "M:Xilium.CefGlue.CefQuotaCallback.Continue(System.Boolean)"]

See Also