Table of Contents

Class ProxyAuthentication

Namespace
Fluxzy
Assembly
Fluxzy.Core.dll
public class ProxyAuthentication
Inheritance
ProxyAuthentication
Inherited Members

Constructors

ProxyAuthentication(ProxyAuthenticationType)

public ProxyAuthentication(ProxyAuthenticationType type)

Parameters

type ProxyAuthenticationType

Properties

Password

public string? Password { get; set; }

Property Value

string

Type

public ProxyAuthenticationType Type { get; }

Property Value

ProxyAuthenticationType

Username

public string? Username { get; set; }

Property Value

string

Methods

Basic(string, string)

public static ProxyAuthentication Basic(string username, string password)

Parameters

username string
password string

Returns

ProxyAuthentication

None()

public static ProxyAuthentication None()

Returns

ProxyAuthentication