• Version 1.15.2
Show / Hide Table of Contents

Class UnknownIncomingConnectionEventArgs

UnknownIncomingConnection event arguments.

Inheritance
object
EventArgs
UnknownIncomingConnectionEventArgs
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 UnknownIncomingConnectionEventArgs : EventArgs

Constructors

UnknownIncomingConnectionEventArgs()

Declaration
public UnknownIncomingConnectionEventArgs()

UnknownIncomingConnectionEventArgs(FlatMessage, int, int, IPAddress)

Declaration
public UnknownIncomingConnectionEventArgs(FlatMessage logon, int listenPort, int counterpartyPort, IPAddress counterpartyIpAddress)
Parameters
Type Name Description
FlatMessage logon
int listenPort
int counterpartyPort
IPAddress counterpartyIpAddress

Properties

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

IncomingLogonMessage

Declaration
public FlatMessage IncomingLogonMessage { get; }
Property Value
Type Description
FlatMessage

ListenPort

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

RejectReason

Declaration
public string RejectReason { get; set; }
Property Value
Type Description
string

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