[TIBCO.EMS .NET client library 6.3 documentation]

Defines the name of the provider property setting the size of the socket send buffer size in kilobytes for client connections.

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.dll)

Syntax

public const string PROP_SOCKET_SEND
Public Const PROP_SOCKET_SEND As String
public:
literal String^ PROP_SOCKET_SEND

Remarks

The value of this property is a string encoding the number of kilobytes, e.g. "256". Some operating systems may ignore this setting.

This property is defined as String "tibco.tibjms.socket.send".

See Also