Click or drag to resize

UrlRequest Constructor (IRequest, IUrlRequestClient)

Version 94.4.20
Create a new URL request that is not associated with a specific browser or frame. Use CreateUrlRequest(IRequest, IUrlRequestClient) instead if you want the request to have this association, in which case it may be handled differently. For requests originating from the browser process: It may be intercepted by the client via IResourceRequestHandler or ISchemeHandlerFactory. POST data may only contain only a single element of type PDE_TYPE_FILE or PDE_TYPE_BYTES. Uses the Global RequestContext

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 94.4.20.0
Syntax
public UrlRequest(
	IRequest request,
	IUrlRequestClient urlRequestClient
)

Parameters

request
Type: CefSharpIRequest
request
urlRequestClient
Type: CefSharpIUrlRequestClient
url request client
See Also