SessionProperties.TcpNoDelay Property

Solclient

SessionPropertiesTcpNoDelay Property
version: 7.2.1.27
Set to true to enable TCP No Delay on the underlying TCP connection.
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: Boolean
See Also