[Visual Basic] Public Const FTALK_PORT_ALREADY_BOUND As Integer = 71
[C#] public const int FTALK_PORT_ALREADY_BOUND = 71;
Remarks
Indicates that the specified TCP port cannot be bound. The port might already be taken by another application or hasn't been released yet by the TCPIP stack for re-use.