Click or drag to resize

SphinxQLConnectionStringBuilderSocketReceiveBufferSize Property

Gets or sets the receive buffer size for the socket connecting to searchd. Default is null, which uses the default value for the platform.

Namespace:  SphinxConnector.SphinxQL
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public int? SocketReceiveBufferSize { get; set; }

Property Value

Type: NullableInt32
See Also