• Version 4.2.0
Show / Hide Table of Contents

Class ProxySettings

Represents proxy account information.

Inheritance
object
ProxySettings
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OnixS.CmeStpHandler
Assembly: OnixS.CmeStpHandler.dll
Syntax
public class ProxySettings

Properties

Domain

Proxy domain for domain based authentication.

Declaration
public string Domain { get; set; }
Property Value
Type Description
string

Host

Proxy host.

Declaration
public string Host { get; set; }
Property Value
Type Description
string

Password

Proxy password.

Declaration
public string Password { get; set; }
Property Value
Type Description
string

Port

Proxy port.

Declaration
public int Port { get; set; }
Property Value
Type Description
int

Username

Proxy user name.

Declaration
public string Username { get; set; }
Property Value
Type Description
string
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX