10.24.0

SessionPropertiesSocketSendBufferSizeInBytes Property

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

Definition

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.24.0
C#
public int SocketSendBufferSizeInBytes { get; set; }

Property Value

Int32

See Also