IClientConfiguration.

TimeoutClientSocket Property

Summary

configures the time a client waits for a message response from the server.

Syntax

int TimeoutClientSocket { set; }

Remarks

configures the time a client waits for a message response from the server.

Default value: 600000ms (10 minutes)

It is recommended to use the same values for TimeoutClientSocket(int) and IServerConfiguration.TimeoutServerSocket(int) .

Value

Type Description
int time in milliseconds