The FIX Engine listens on this port for incoming SSL-encrypted connections.

Namespace: FIXForge.NET.FIX
Assembly: FIXForge.NET.FIX.Engine-net-3.5 (in FIXForge.NET.FIX.Engine-net-3.5.dll) Version: 2.79.1.0

Syntax

C#
public int SslListenPort { get; set; }
Visual Basic
Public Property SslListenPort As Integer
	Get
	Set
Visual C++
public:
property int SslListenPort {
	int get ();
	void set (int value);
}

See Also