 | 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: 5.4.1
Syntaxpublic int? SocketSendBufferSize { get; set; }
Public Property SocketSendBufferSize As Integer?
Get
Set
Property Value
Type:
NullableInt32
See Also