protocol 属性

String? protocol

协议属性最初为空字符串。在建立WebSocket连接后,值是服务器选择的子协议。如果没有协商子协议,则该值将保持为 null

实现

String? get protocol;