Computer Science, asked by Yuvimusu2126, 1 year ago

Which method is used to close the WebSocket?
A.Socket.flush()
B.Socket.close()
C.Socket.Close()
D.Socket.dispose()

Answers

Answered by Ayesha059
0
Option B
The Socket.close() is used to close the WebSocket.
Similar questions