Click or drag to resize

ClientTOpen Method

Overload List
  NameDescription
Public methodCode exampleOpen
Opens (or reopens) the socket.
(Inherited from ProtocolSocket.)
Public methodStatic memberOpen(ClientParams)
Opens a client connection.
Public methodStatic memberCode exampleOpen(ProtocolAddress, NotifyDataChangedEventHandler)
Opens a client connection, calling dataChangedHandler for each message received.
Public methodStatic memberCode exampleOpen(ProtocolAddress, NotifyDataChangedEventHandler, CallbackContext)
Opens a client connection, calling dataChangedHandler for each message received.
Public methodStatic memberCode exampleOpen(ProtocolAddress, Boolean, ConnectionFlags, ConnectionSharing)
Opens a client connection.
Top
See Also