1.04 anywheresoftware.b4a.objects.WebSocketWrapper WebSocket Implementation of a WebSocket client. process Connected Closed (Reason As String) TextMessage (Message As String) android.permission.INTERNET Connect Tries to connect to the given Url. The Url should start with ws:// or wss:// void Url java.lang.String Initialize Initializes the object and sets the subs that will handle the events. void ba anywheresoftware.b4a.BA EventName java.lang.String SendText Sends a text message. void Text java.lang.String Close Closes the connection. void Connected boolean Checks whether the connection is open. 1.01