forwardAddListenPort Method    Table of ContentAddSessionDialect Method forward
Engine.AddListenPorts Method
Adds the listen port(s) for incoming connections.

Namespace:  FIXForge.NET.FIX
Assembly:  FIXForge.NET.FIX.Engine-net-4.8_x64 (in FIXForge.NET.FIX.Engine-net-4.8_x64.dll) Version: 4.10.1.0
Syntax
C#
public void AddListenPorts(
	int[] ports
)

Parameters

ports
Type: System.Int32[]
Specifies the listen port(s).
Exceptions
ExceptionCondition
EngineExceptionThrown if the FIX Engine cannot start listening on the specified port(s) or the telecommunication level is disabled (the Listen Port is -1 or 0).
See Also