• Version 1.7.1
Show / Hide Table of Contents

Class SessionConnectionSettings

Connection-related settings.

Inheritance
object
SessionConnectionSettings
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: OnixS.Cme.ILink3.Schedule
Assembly: OnixS.Cme.ILink3.dll
Syntax
public class SessionConnectionSettings

Constructors

SessionConnectionSettings(List<Counterparty>)

Constructor.

Declaration
public SessionConnectionSettings(List<Counterparty> counterparties)
Parameters
Type Name Description
List<Counterparty> counterparties

SessionConnectionSettings(string, int)

Constructor.

Declaration
public SessionConnectionSettings(string host, int port)
Parameters
Type Name Description
string host
int port

Methods

AddCounterparty(string, int)

Add a counterparty.

Declaration
public SessionConnectionSettings AddCounterparty(string host, int port)
Parameters
Type Name Description
string host
int port
Returns
Type Description
SessionConnectionSettings

Counterparties()

Get the counterparties.

Declaration
public List<Counterparty> Counterparties()
Returns
Type Description
List<Counterparty>

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX