Class IncomingTelecommunicationLinkEventArgs
Inheritance
IncomingTelecommunicationLinkEventArgs
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
CounterpartyHost
Declaration
public string CounterpartyHost { get; }
Property Value
CounterpartyIpAddress
Declaration
public IPAddress CounterpartyIpAddress { get; }
Property Value
CounterpartyPort
Declaration
public int CounterpartyPort { get; }
Property Value
ListenPort
Declaration
public int ListenPort { get; }
Property Value
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