• Version 1.17.0
Show / Hide Table of Contents

Class ProxySettings

Proxy settings.

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

Properties

Host

Proxy host.

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

Password

Proxy password.

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

Port

Proxy port.

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

ProxyType

Proxy type.

Declaration
public ProxyType ProxyType { get; set; }
Property Value
Type Description
ProxyType

Username

Proxy username.

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

Methods

ToString()

Returns the string representation.

Declaration
public override string ToString()
Returns
Type Description
string

string representation

Overrides
object.ToString()
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX