forwardSystemTextEventHandler Delegate   Table of ContentTcpServerSettings Constructor forward
TcpServerSettings Class
Defines TCP connection options.
Inheritance Hierarchy
System.Object
  OnixS.NET.ICE.iMpact.TcpServerSettings

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 TcpServerSettings

The TcpServerSettings type exposes the following members.

Constructors
  NameDescription
Public methodTcpServerSettings
Initializes instance with default values for control parameters.
Top
Properties
  NameDescription
Public propertyGetStripInfoForStrategies
Flag to indicate whether the client wants to get Strip Info Messages for UDS or not.
Public propertyGetStripInfoMessages
Flag to indicate whether the client wants to get Strip Info Messages or not.
Public propertyHost
Host.
Public propertyLocalNetworkInterface
Local network interface from which you intend to send and receive TCP data.
Public propertyPassword
Password.
Public propertyPort
Port.
Public propertyReceiveBufferSize
This option determines the size of a socket's receive buffer that is used by the underlying transport. By default, receive buffer size is 65535.
Public propertySslEnabled
Flag to indicate whether the client wants to use SSL. By default, SSL is disabled.
Public propertyStrategyPreference
Indicates Strategy Publication Preference.
Public propertyUsername
Username.
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