Click or drag to resize

Request.UnWrap Method

Version 97.1.60
Used internally to get the underlying IRequest instance. Unlikely you'll use this yourself.

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 97.1.60.0
Syntax
public IRequest UnWrap()

Return Value

Type: IRequest
the inner most instance

Implements

IRequest.UnWrap()
See Also