Click or drag to resize

UrlRequest(IRequest, IUrlRequestClient) Constructor

Version 130.1.90
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: 129.0.110.0
Syntax
public UrlRequest(
	IRequest request,
	IUrlRequestClient urlRequestClient
)

Parameters

request  IRequest
request
urlRequestClient  IUrlRequestClient
url request client
See Also