UrlRequest Constructor |
Name | Description | |
---|---|---|
UrlRequest(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
| |
UrlRequest(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.
|