Table of Contents

Class NetworkProxySettings

Namespace
WebKit
Assembly
WebKit-6.0.dll
public sealed class NetworkProxySettings : BoxedRecord, IEquatable<NetworkProxySettings>
Inheritance
NetworkProxySettings
Implements
Inherited Members

Constructors

NetworkProxySettings(NetworkProxySettingsOwnedHandle)

public NetworkProxySettings(NetworkProxySettingsOwnedHandle handle)

Parameters

handle NetworkProxySettingsOwnedHandle

Properties

Handle

public NetworkProxySettingsOwnedHandle Handle { get; }

Property Value

NetworkProxySettingsOwnedHandle

Methods

AddProxyForScheme(string, string)

[Version("2.16")]
public void AddProxyForScheme(string scheme, string proxyUri)

Parameters

scheme string
proxyUri string

Copy()

[Version("2.16")]
public NetworkProxySettings Copy()

Returns

NetworkProxySettings

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

Equals(NetworkProxySettings?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(NetworkProxySettings? other)

Parameters

other NetworkProxySettings

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

Free()

[Version("2.16")]
public void Free()

GetGType()

public static Type GetGType()

Returns

Type

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

New(string?, string[]?)

[Version("2.16")]
public static NetworkProxySettings New(string? defaultProxyUri, string[]? ignoreHosts)

Parameters

defaultProxyUri string
ignoreHosts string[]

Returns

NetworkProxySettings