MaximumReceiveSize property
Gets or sets the maximum number of unacknowledged PUBLISH messages the client can accommodate. Read/write. Long.
Syntax
connOption
.MaximumReceiveSize
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 65,535.
Provide Feedback