SessionProperties.SocketSendBufferSizeInBytes Property

Solclient

SessionPropertiesSocketSendBufferSizeInBytes Property
version: 7.2.1.27
The socket send buffer size value. 0 indicates do not set and leave at operating system default. The valid range is 0 or >= 1024.
Default: 90000

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public int SocketSendBufferSizeInBytes { get; set; }
Public Property SocketSendBufferSizeInBytes As Integer
	Get
	Set
public:
property int SocketSendBufferSizeInBytes {
	int get ();
	void set (int value);
}

Property Value

Type: Int32
See Also