• Version 4.1.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

Fields

Domain

Proxy domain for domain based authentication.

Declaration
public string Domain
Field Value
Type Description
string

Host

Proxy host.

Declaration
public string Host
Field Value
Type Description
string

Password

Proxy password.

Declaration
public string Password
Field Value
Type Description
string

Port

Proxy port.

Declaration
public int Port
Field Value
Type Description
int

Username

Proxy user name.

Declaration
public string Username
Field Value
Type Description
string
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX