TcpTimeout property
Gets or sets the TCP timeout. Read/write. Long.
Syntax
connOption
.TcpTimeout
where
connOption
- is an MQTTConnectOption object created by the MQTTFactory object's method CreateConnectOption
.Default value
If this property is omitted, it will use its default value, which is 100 seconds. The timeout will be applied at the socket level and internal operations.
Provide Feedback