[TIBCO.EMS .NET client library 7.0 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Returns the size of socket receive buffer.
Namespace:
TIBCO.EMSAssembly: TIBCO.EMS (in TIBCO.EMS.dll)
Syntax
public static int GetSocketReceiveBufferSize() |
Public Shared Function GetSocketReceiveBufferSize As Integer |
public: static int GetSocketReceiveBufferSize() |
Return Value
The size of the socket's receive buffer.
Remarks
When set, this value overrides the operating system’s default for the size of receive 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.)
This method is not supported in .NET Compact Framework client.