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

Declaration
public IncomingTelecommunicationLinkEventArgs()

IncomingTelecommunicationLinkEventArgs(IPAddress, int, int)

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

Properties

AcceptConnection

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

CounterpartyHost

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

CounterpartyIpAddress

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

CounterpartyPort

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

ListenPort

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

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