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
constructArgumentsConstructArgument[]
URIRequest(CreationData)
[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected URIRequest(CreationData data)
Parameters
dataCreationData
URIRequest(URIRequestHandle)
protected URIRequest(URIRequestHandle handle)
Parameters
handleURIRequestHandle
Fields
UriPropertyDefinition
public static readonly Property<string?, URIRequest> UriPropertyDefinition
Field Value
Properties
Uri
public string? Uri { get; set; }
Property Value
Methods
GetGType()
public static Type GetGType()
Returns
GetHttpHeaders()
public MessageHeaders GetHttpHeaders()
Returns
GetHttpMethod()
[Version("2.12")]
public string GetHttpMethod()
Returns
GetUri()
public string GetUri()
Returns
New(string)
public static URIRequest New(string uri)
Parameters
uristring
Returns
NewFromPointer(nint, bool)
Creates a new managed URIRequest instance for a given pointer.
public static URIRequest NewFromPointer(nint ptr, bool ownsHandle)
Parameters
Returns
NewWithProperties(ConstructArgument[])
Creates a new URIRequest and sets the properties specified by the construct arguments.
public static URIRequest NewWithProperties(ConstructArgument[] constructArguments)
Parameters
constructArgumentsConstructArgument[]The properties to set.
Returns
SetUri(string)
public void SetUri(string uri)
Parameters
uristring