MaximumPackageSize property
Gets or sets the maximum packet size. Read/write. Long.
Syntax
connOption
.MaximumPackageSize
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 256 MB. However, resource-constrained clients and some MQTT servers operating as edge gateways may not be able to handle packets of this size.
Provide Feedback