Table of Contents

Class URIRequest

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

Constructors

URIRequest(params ConstructArgument[])

[Obsolete("Regular C# constructors on native classes will be removed in a future version. Please see the linked documentation for more details. It contains scenarios and possible solutions to prepare for the upcoming changes.", DiagnosticId = "GirCore1007", UrlFormat = "https://gircore.github.io/docs/integration/diagnostic/1007.html")]
public URIRequest(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

URIRequest(CreationData)

[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected URIRequest(CreationData data)

Parameters

data CreationData

URIRequest(URIRequestHandle)

protected URIRequest(URIRequestHandle handle)

Parameters

handle URIRequestHandle

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

NewFromPointer(nint, bool)

Creates a new managed URIRequest instance for a given pointer.

public static URIRequest NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

URIRequest

NewWithProperties(ConstructArgument[])

Creates a new URIRequest and sets the properties specified by the construct arguments.

public static URIRequest NewWithProperties(ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

The properties to set.

Returns

URIRequest

SetUri(string)

public void SetUri(string uri)

Parameters

uri string