Class IncomingTelecommunicationLinkEventArgs
IncomingTelecommunicationLink event arguments.
Inherited Members
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 |