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
Properties
Handle
public NetworkProxySettingsOwnedHandle Handle { get; }
Property Value
Methods
AddProxyForScheme(string, string)
[Version("2.16")]
public void AddProxyForScheme(string scheme, string proxyUri)
Parameters
Copy()
[Version("2.16")]
public NetworkProxySettings Copy()
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
Equals(NetworkProxySettings?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(NetworkProxySettings? other)
Parameters
other
NetworkProxySettingsAn object to compare with this object.
Returns
Free()
[Version("2.16")]
public void Free()
GetGType()
public static Type GetGType()
Returns
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)