Table of Contents

Class URIRequest

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

Constructors

URIRequest(bool, params ConstructArgument[])

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

Parameters

owned bool
constructArguments ConstructArgument[]

URIRequest(IntPtr, bool)

protected URIRequest(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

UriPropertyDefinition

public static readonly Property<string?, URIRequest> UriPropertyDefinition

Field Value

Property<string, URIRequest>

Properties

Uri

public string? Uri { get; set; }

Property Value

string

Methods

GetGType()

public static Type GetGType()

Returns

Type

GetHttpHeaders()

public MessageHeaders GetHttpHeaders()

Returns

MessageHeaders

GetHttpMethod()

[Version("2.12")]
public string GetHttpMethod()

Returns

string

GetUri()

public string GetUri()

Returns

string

New(string)

public static URIRequest New(string uri)

Parameters

uri string

Returns

URIRequest

SetUri(string)

public void SetUri(string uri)

Parameters

uri string