Table of Contents

Class URISchemeRequest

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

Constructors

URISchemeRequest(bool, params ConstructArgument[])

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

Parameters

owned bool
constructArguments ConstructArgument[]

URISchemeRequest(IntPtr, bool)

protected URISchemeRequest(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Methods

Finish(InputStream, long, string?)

public void Finish(InputStream stream, long streamLength, string? contentType)

Parameters

stream InputStream
streamLength long
contentType string

FinishError(Error)

[Version("2.2")]
public void FinishError(Error error)

Parameters

error Error

FinishWithResponse(URISchemeResponse)

[Version("2.36")]
public void FinishWithResponse(URISchemeResponse response)

Parameters

response URISchemeResponse

GetGType()

public static Type GetGType()

Returns

Type

GetHttpBody()

[Version("2.40")]
public InputStream GetHttpBody()

Returns

InputStream

GetHttpHeaders()

[Version("2.36")]
public MessageHeaders GetHttpHeaders()

Returns

MessageHeaders

GetHttpMethod()

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

Returns

string

GetPath()

public string GetPath()

Returns

string

GetScheme()

public string GetScheme()

Returns

string

GetUri()

public string GetUri()

Returns

string

GetWebView()

public WebView GetWebView()

Returns

WebView