Table of Contents

Class URIResponse

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

Constructors

URIResponse(bool, params ConstructArgument[])

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

Parameters

owned bool
constructArguments ConstructArgument[]

URIResponse(IntPtr, bool)

protected URIResponse(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

ContentLengthPropertyDefinition

public static readonly Property<ulong, URIResponse> ContentLengthPropertyDefinition

Field Value

Property<ulong, URIResponse>

HttpHeadersPropertyDefinition

public static readonly Property<MessageHeaders, URIResponse> HttpHeadersPropertyDefinition

Field Value

Property<MessageHeaders, URIResponse>

MimeTypePropertyDefinition

public static readonly Property<string?, URIResponse> MimeTypePropertyDefinition

Field Value

Property<string, URIResponse>

StatusCodePropertyDefinition

public static readonly Property<uint, URIResponse> StatusCodePropertyDefinition

Field Value

Property<uint, URIResponse>

SuggestedFilenamePropertyDefinition

public static readonly Property<string?, URIResponse> SuggestedFilenamePropertyDefinition

Field Value

Property<string, URIResponse>

UriPropertyDefinition

public static readonly Property<string?, URIResponse> UriPropertyDefinition

Field Value

Property<string, URIResponse>

Properties

ContentLength

public ulong ContentLength { get; }

Property Value

ulong

HttpHeaders

public MessageHeaders HttpHeaders { get; }

Property Value

MessageHeaders

MimeType

public string? MimeType { get; }

Property Value

string

StatusCode

public uint StatusCode { get; }

Property Value

uint

SuggestedFilename

public string? SuggestedFilename { get; }

Property Value

string

Uri

public string? Uri { get; }

Property Value

string

Methods

GetContentLength()

public ulong GetContentLength()

Returns

ulong

GetGType()

public static Type GetGType()

Returns

Type

GetHttpHeaders()

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

Returns

MessageHeaders

GetMimeType()

public string GetMimeType()

Returns

string

GetStatusCode()

public uint GetStatusCode()

Returns

uint

GetSuggestedFilename()

public string GetSuggestedFilename()

Returns

string

GetUri()

public string GetUri()

Returns

string