Back to Seed Clases

WebKit


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker WebKit.NetworkResponse

Class WebKit.NetworkResponse

Import line: WebKit = imports.gi.WebKit;
GIR File: WebKit-3.0.gir
C documentation: WebKitNetworkResponse
Class : NetworkResponse
Extends: GObject.Object
This class represents the network related aspects of a navigation
response.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
WebKit.Download
Property
network_response : WebKit.NetworkResponse
The WebKitNetworkResponse instance associated with the download.
WebKit.Download
Method
get_network_response () : WebKit.NetworkResponse
Retrieves the WebKitNetworkResponse object that backs the download
process.
WebKit.WebFrame
Method
get_network_response () : WebKit.NetworkResponse
Returns a WebKitNetworkResponse object representing the response
that was given to the request for the given frame, or NULL if the
frame was not created by a load.
WebKit.WebView
Signal
resource_request_starting (WebView self, WebFrame web_frame, WebResource web_resource, NetworkRequest request, NetworkResponse response) : none
Emitted when a request is about to be sent.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:18:02 GMT+0800 (HKT)