# TCPSocket.close()
with Promise style call: Not supported
Mini Program plugin: Not supported
Close the connection
# sample code
const tcp = wx.createTCPSocket()
tcp.close()
with Promise style call: Not supported
Mini Program plugin: Not supported
Close the connection
const tcp = wx.createTCPSocket()
tcp.close()