• Version 1.17.0
Show / Hide Table of Contents

Class IncomingConnectionEventArgs

IncomingConnection event arguments.

Inheritance
object
EventArgs
IncomingConnectionEventArgs
Inherited Members
EventArgs.Empty
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 IncomingConnectionEventArgs : EventArgs

Constructors

IncomingConnectionEventArgs()

Default constructor.

Declaration
public IncomingConnectionEventArgs()

IncomingConnectionEventArgs(FlatMessage, int, int, IPAddress)

Constructor.

Declaration
public IncomingConnectionEventArgs(FlatMessage logon, int listenPort, int counterpartyPort, IPAddress counterpartyIpAddress)
Parameters
Type Name Description
FlatMessage logon
int listenPort
int counterpartyPort
IPAddress counterpartyIpAddress

Properties

CounterpartyHost

Counterparty host.

Declaration
public string CounterpartyHost { get; }
Property Value
Type Description
string

CounterpartyIpAddress

Counterparty IpAddress.

Declaration
public IPAddress CounterpartyIpAddress { get; }
Property Value
Type Description
IPAddress

CounterpartyPort

Counterparty port.

Declaration
public int CounterpartyPort { get; }
Property Value
Type Description
int

IncomingLogonMessage

Incoming Logon message.

Declaration
public FlatMessage IncomingLogonMessage { get; }
Property Value
Type Description
FlatMessage

ListenPort

Listen port.

Declaration
public int ListenPort { get; }
Property Value
Type Description
int

RejectReason

Reject reason.

Declaration
public string RejectReason { 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