Click or drag to resize

SphinxQLConnectionStringBuilderSocketSendBufferSize Property

Gets or sets the send 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: 6.0.0
Syntax
public int? SocketSendBufferSize { get; set; }

Property Value

NullableInt32
See Also