TcpSettings
TcpSettings constructor
Initializes a new instance of the TcpSettings
class.
public TcpSettings(int listeningPort, int sendTimeout, int receiveTimeout, int connectTimeout,
int retryTimeout)
Parameter | Type | Description |
---|---|---|
listeningPort | Int32 | The listening port. |
sendTimeout | Int32 | The send timeout in milliseconds. |
receiveTimeout | Int32 | The receive timeout in milliseconds. |
connectTimeout | Int32 | The connect timeout in milliseconds. |
retryTimeout | Int32 | The retry timeout in milliseconds. |
See Also
- class TcpSettings
- namespace GroupDocs.Search.Scaling.Configuring
- assembly GroupDocs.Search