[TIBCO.EMS .NET client library 6.3 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Return the size of socket send buffer
Namespace:
TIBCO.EMSAssembly: 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.)