Class WebResource
- Namespace
- WebKit
- Assembly
- WebKit-6.0.dll
public sealed class WebResource : Object, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
- Inheritance
-
WebResource
- Implements
- Inherited Members
Constructors
WebResource(bool, params ConstructArgument[])
protected WebResource(bool owned, params ConstructArgument[] constructArguments)
Parameters
owned
boolconstructArguments
ConstructArgument[]
WebResource(IntPtr, bool)
protected WebResource(IntPtr ptr, bool ownedRef)
Parameters
Fields
FailedSignal
Signal Descriptor for OnFailed.
public static readonly Signal<WebResource, WebResource.FailedSignalArgs> FailedSignal
Field Value
FailedWithTlsErrorsSignal
Signal Descriptor for OnFailedWithTlsErrors.
public static readonly Signal<WebResource, WebResource.FailedWithTlsErrorsSignalArgs> FailedWithTlsErrorsSignal
Field Value
FinishedSignal
Signal Descriptor for OnFinished.
public static readonly Signal<WebResource> FinishedSignal
Field Value
ResponsePropertyDefinition
public static readonly Property<URIResponse?, WebResource> ResponsePropertyDefinition
Field Value
SentRequestSignal
Signal Descriptor for OnSentRequest.
public static readonly Signal<WebResource, WebResource.SentRequestSignalArgs> SentRequestSignal
Field Value
UriPropertyDefinition
public static readonly Property<string?, WebResource> UriPropertyDefinition
Field Value
Properties
Response
public URIResponse? Response { get; }
Property Value
Uri
public string? Uri { get; }
Property Value
Methods
GetGType()
public static Type GetGType()
Returns
GetResponse()
public URIResponse GetResponse()
Returns
GetUri()
public string GetUri()
Returns
Events
OnFailed
public event SignalHandler<WebResource, WebResource.FailedSignalArgs> OnFailed
Event Type
OnFailedWithTlsErrors
public event SignalHandler<WebResource, WebResource.FailedWithTlsErrorsSignalArgs> OnFailedWithTlsErrors
Event Type
OnFinished
public event SignalHandler<WebResource> OnFinished
Event Type
OnSentRequest
public event SignalHandler<WebResource, WebResource.SentRequestSignalArgs> OnSentRequest