forwardTcpServerSettings Methods   Table of ContentTcpSettings Constructor forward
TcpSettings Class
Defines TCP connection options.
Inheritance Hierarchy
System.Object
  OnixS.NET.ICE.iMpact.TcpSettings

Namespace:  OnixS.NET.ICE.iMpact
Assembly:  OnixS.IceImpactMulticastPriceFeedHandlerNet-4.7.2_x64 (in OnixS.IceImpactMulticastPriceFeedHandlerNet-4.7.2_x64.dll) Version: 4.16.0.0
Syntax
C#
public class TcpSettings

The TcpSettings type exposes the following members.

Constructors
  NameDescription
Public methodTcpSettings
Initializes instance with default values for control parameters.
Top
Properties
  NameDescription
Public propertyMaximumNumberOfReconnectAttempts
Maximum number of reconnect attempts. -1 - unlimited 0 - never (default) >0 - the number of attempts
Public propertyReconnectTimeoutInSeconds
The time interval between the attempts to restore the telecommunication link (in seconds).
Public propertyTcpServers
TCP servers settings dictionary.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also