Table of Contents

Class SystemProxySetting

Namespace
Fluxzy.Core.Proxy
Assembly
Fluxzy.Core.dll
public class SystemProxySetting : IEquatable<SystemProxySetting>
Inheritance
SystemProxySetting
Implements
Inherited Members

Constructors

SystemProxySetting(string, int, params string[])

public SystemProxySetting(string boundHost, int listenPort, params string[] byPassHosts)

Parameters

boundHost string
listenPort int
byPassHosts string[]

Properties

BoundHost

public string BoundHost { get; }

Property Value

string

ByPassHosts

public IReadOnlyCollection<string> ByPassHosts { get; }

Property Value

IReadOnlyCollection<string>

Enabled

TODO. make this class immutable and remove setter on this property

public bool Enabled { get; set; }

Property Value

bool

ListenPort

public int ListenPort { get; set; }

Property Value

int

PrivateValues

This is used to store specif OS related proxy format

public Dictionary<string, object> PrivateValues { get; }

Property Value

Dictionary<string, object>

Methods

Equals(SystemProxySetting?)

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

public bool Equals(SystemProxySetting? other)

Parameters

other SystemProxySetting

An object to compare with this object.

Returns

bool

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

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.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.