Class UnknownIncomingConnectionEventArgs
Inheritance
UnknownIncomingConnectionEventArgs
Assembly: OnixS.Fix.Engine.dll
Syntax
public class UnknownIncomingConnectionEventArgs : EventArgs
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()
Declaration
public override string ToString()
Returns
Overrides