WebSocketDeflateOptions.ClientContextTakeover 属性      
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当连接的客户端指示它将跨消息保留 deflate 上下文时 true 。
默认值为 true。
public:
 property bool ClientContextTakeover { bool get(); void set(bool value); };public bool ClientContextTakeover { get; set; }member this.ClientContextTakeover : bool with get, setPublic Property ClientContextTakeover As Boolean属性值
注解
https://tools.ietf.org/html/rfc7692#section-7.1.1.2