Engine.AddSslListenPorts Method |
Adds the ssl 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.12.0.0
Syntax public void AddSslListenPorts(
int[] ports
)
Parameters
- ports
- Type: System.Int32[]
Specifies the ssl listen port(s).
Exceptions Exception | Condition |
---|
EngineException | Thrown if the FIX Engine cannot start listening on the specified ssl port(s) or the telecommunication level is disabled (the Listen Port is -1 or 0). |
See Also