Click or drag to resize

UrlRequest Constructor

Version 94.4.20
Overload List
  NameDescription
Public methodUrlRequest(IRequest, IUrlRequestClient)
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
Public methodUrlRequest(IRequest, IUrlRequestClient, IRequestContext)
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.
Top
See Also