• Version 1.15.2
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

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

Password

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

Port

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

ProxyType

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

Username

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

Methods

ToString()

Returns a string that represents the current object.

Declaration
public override string ToString()
Returns
Type Description
string

A string that represents the current object.

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