[TIBCO.EMS .NET client library 7.0 documentation]

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

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

Syntax

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

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.receive".

See Also