Class PassthroughConnectionListener
Inheritance
System.Object
PassthroughConnectionListener
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FixAntenna.FixEngine.Transport.Server.Firewall
Assembly: FixAntenna.Core.dll
Syntax
public class PassthroughConnectionListener : IConnectionListener
Constructors
PassthroughConnectionListener(IConnectionListener)
Declaration
public PassthroughConnectionListener(IConnectionListener listener)
Parameters
Type | Name | Description |
---|---|---|
IConnectionListener | listener |
Methods
OnConnect(ITransport)
Invoked when a new connection occurred.
Declaration
public virtual void OnConnect(ITransport transport)
Parameters
Type | Name | Description |
---|---|---|
ITransport | transport | the transport |