persistentConnection 属性

布尔值 persistentConnection

获取由服务器返回的持久连接状态。

如果需要设置持久连接状态,必须在写入正文之前设置。在写入正文后设置持久连接状态将抛出 StateError 异常。

实现

bool get persistentConnection;