Availability:
:- use_module(library(http/websocket)).
[nondet]ws_property(+WebSocket,
?Property)- subprotocol(Protocol)
- Protocol is the negotiated subprotocol. This is typically set as a property of the websocket by ws_open/3.