Table of Contents

Class URISchemeResponse

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

Constructors

URISchemeResponse(bool, params ConstructArgument[])

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

Parameters

owned bool
constructArguments ConstructArgument[]

URISchemeResponse(IntPtr, bool)

protected URISchemeResponse(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Methods

GetGType()

public static Type GetGType()

Returns

Type

New(InputStream, long)

[Version("2.36")]
public static URISchemeResponse New(InputStream inputStream, long streamLength)

Parameters

inputStream InputStream
streamLength long

Returns

URISchemeResponse

SetContentType(string)

[Version("2.36")]
public void SetContentType(string contentType)

Parameters

contentType string

SetHttpHeaders(MessageHeaders)

[Version("2.36")]
public void SetHttpHeaders(MessageHeaders headers)

Parameters

headers MessageHeaders

SetStatus(uint, string?)

[Version("2.36")]
public void SetStatus(uint statusCode, string? reasonPhrase)

Parameters

statusCode uint
reasonPhrase string