forwardRemoveListenPorts Method    Table of ContentRemoveSslListenPorts Method forward
Engine.RemoveSslListenPort Method
Removes the ssl listen port 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 RemoveSslListenPort(
	int port
)

Parameters

port
Type: System.Int32
Specifies the ssl listen port.
Exceptions
ExceptionCondition
EngineExceptionThrown if the telecommunication level is disabled (the Listen Port is -1 or 0).
See Also