Table of Contents

Class ResponsePolicyDecision

Namespace
WebKit
Assembly
WebKit-6.0.dll
public sealed class ResponsePolicyDecision : PolicyDecision, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
Inheritance
ResponsePolicyDecision
Implements
Inherited Members

Constructors

ResponsePolicyDecision(bool, params ConstructArgument[])

protected ResponsePolicyDecision(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

ResponsePolicyDecision(IntPtr, bool)

protected ResponsePolicyDecision(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

RequestPropertyDefinition

public static readonly Property<URIRequest?, ResponsePolicyDecision> RequestPropertyDefinition

Field Value

Property<URIRequest, ResponsePolicyDecision>

ResponsePropertyDefinition

public static readonly Property<URIResponse?, ResponsePolicyDecision> ResponsePropertyDefinition

Field Value

Property<URIResponse, ResponsePolicyDecision>

Properties

Request

public URIRequest? Request { get; }

Property Value

URIRequest

Response

public URIResponse? Response { get; }

Property Value

URIResponse

Methods

GetGType()

public static Type GetGType()

Returns

Type

GetRequest()

public URIRequest GetRequest()

Returns

URIRequest

GetResponse()

public URIResponse GetResponse()

Returns

URIResponse

IsMainFrameMainResource()

[Version("2.40")]
public bool IsMainFrameMainResource()

Returns

bool

IsMimeTypeSupported()

[Version("2.4")]
public bool IsMimeTypeSupported()

Returns

bool