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
boolconstructArguments
ConstructArgument[]
URISchemeRequest(IntPtr, bool)
protected URISchemeRequest(IntPtr ptr, bool ownedRef)
Parameters
Methods
Finish(InputStream, long, string?)
public void Finish(InputStream stream, long streamLength, string? contentType)
Parameters
stream
InputStreamstreamLength
longcontentType
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
GetHttpBody()
[Version("2.40")]
public InputStream GetHttpBody()
Returns
GetHttpHeaders()
[Version("2.36")]
public MessageHeaders GetHttpHeaders()
Returns
GetHttpMethod()
[Version("2.36")]
public string GetHttpMethod()
Returns
GetPath()
public string GetPath()
Returns
GetScheme()
public string GetScheme()
Returns
GetUri()
public string GetUri()
Returns
GetWebView()
public WebView GetWebView()