Q. How can we check the subprotocol being used by the client?
β
Correct Answer: (B)
protocol property
Explanation: Once the connection is established, the client can determine which subprotocol is in use by checking the protocol property of the socket.