Solclient
SessionPropertiesTcpNoDelay Property |
Set to true to enable TCP No Delay on the underlying TCP connection.
Default: true
Default: true
Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public bool TcpNoDelay { get; set; }
Public Property TcpNoDelay As Boolean Get Set
public: property bool TcpNoDelay { bool get (); void set (bool value); }
Property Value
Type: BooleanSee Also