[TIBCO.EMS .NET client library 5.1 documentation]

Return the size of socket send buffer

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

Syntax

public static int GetSocketSendBufferSize()
Public Shared Function GetSocketSendBufferSize As Integer
public:
static int GetSocketSendBufferSize()

Return Value

The size of the socket's send buffer.

Remarks

When set, this value overrides the operating system’s default for the size of send buffers associated with sockets that the client uses for connections to the server. (Some operating systems do not allow you to override the default size.)

See Also