Movatterモバイル変換


[0]ホーム

URL:


CefSharp API Doc
CefSharp API Doc
Namespaces
CefSharp
IUrlRequest Interface
IUrlRequest Properties
IUrlRequest Methods
Click or drag to resizeClick or drag to resize

IUrlRequest Interface

Version 118.6.80
Class used to make a URL request. URL requests are not associated with a browser instance so no CefClient callbacks will be executed. URL requests can be created on any valid CEF thread in either the browser or render process. Once created the methods of the URL request object must be accessed on the same thread that created it.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
Syntax
publicinterfaceIUrlRequest :IDisposable
publicinterface classIUrlRequest :IDisposable

TheIUrlRequest type exposes the following members.

Properties
 NameDescription
Public propertyRequestStatus
The request status.
Public propertyResponse
The response, or null if no response information is available
Public propertyResponseWasCached
True if the response was served from the cache.
Top
Methods
 NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited fromIDisposable.)
Top
See Also

Reference

CefSharp Namespace

https://raw.githubusercontent.com/cefsharp/CefSharp/master/LICENSE


[8]ページ先頭

©2009-2025 Movatter.jp