Class IncomingConnectionEventArgs
Inheritance
IncomingConnectionEventArgs
Assembly: OnixS.Fix.Engine.dll
Syntax
public class IncomingConnectionEventArgs : EventArgs
Constructors
IncomingConnectionEventArgs()
Declaration
public IncomingConnectionEventArgs()
IncomingConnectionEventArgs(FlatMessage, int, int, IPAddress)
Declaration
public IncomingConnectionEventArgs(FlatMessage logon, int listenPort, int counterpartyPort, IPAddress counterpartyIpAddress)
Parameters
Properties
CounterpartyHost
Declaration
public string CounterpartyHost { get; }
Property Value
CounterpartyIpAddress
Declaration
public IPAddress CounterpartyIpAddress { get; }
Property Value
CounterpartyPort
Declaration
public int CounterpartyPort { get; }
Property Value
IncomingLogonMessage
Declaration
public FlatMessage IncomingLogonMessage { get; }
Property Value
ListenPort
Declaration
public int ListenPort { get; }
Property Value
RejectReason
Declaration
public string RejectReason { get; set; }
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