 | SphinxClientPort Property |
Gets or sets the port on which searchd is listening. Default is 9312.
Namespace:
SphinxConnector.NativeApi
Assembly:
SphinxConnector (in SphinxConnector.dll) Version: 5.4.1
Syntaxpublic int Port { get; set; }
Public Property Port As Integer
Get
Set
Property Value
Type:
Int32The port.
Remarks
See Also