Table of Contents

Class URIResponse

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

Constructors

URIResponse(params ConstructArgument[])

public URIResponse(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

URIResponse(URIResponseHandle)

public URIResponse(URIResponseHandle handle)

Parameters

handle URIResponseHandle

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