• Version 1.17.0
Show / Hide Table of Contents

Class IncomingTelecommunicationLinkEventArgs

IncomingTelecommunicationLink event arguments.

Inheritance
object
EventArgs
IncomingTelecommunicationLinkEventArgs
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 IncomingTelecommunicationLinkEventArgs : EventArgs

Constructors

IncomingTelecommunicationLinkEventArgs()

Default constructor.

Declaration
public IncomingTelecommunicationLinkEventArgs()

IncomingTelecommunicationLinkEventArgs(IPAddress, int, int)

Constructor.

Declaration
public IncomingTelecommunicationLinkEventArgs(IPAddress counterpartyIpAddress, int counterpartyPort, int listenPort)
Parameters
Type Name Description
IPAddress counterpartyIpAddress
int counterpartyPort
int listenPort

Properties

AcceptConnection

Flag to accept the connection or not.

Declaration
public bool AcceptConnection { get; set; }
Property Value
Type Description
bool

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

ListenPort

Listen port.

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

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