 | 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.SphinxQLAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntaxpublic int? SocketReceiveBufferSize { get; set; }Public Property SocketReceiveBufferSize As Integer?
Get
Set
Property Value
NullableInt32
See Also