Click or drag to resize

ClientTOpenAsync Method

Overload List
  NameDescription
Public methodOpenAsync
Opens the socket.
(Inherited from Connection.)
Public methodStatic memberOpenAsync(ClientParams)
Opens a client connection.
Public methodStatic memberCode exampleOpenAsync(ProtocolAddress, NotifyDataChangedEventHandler)
Opens a client connection, calling dataChangedHandler for each message received.
Public methodStatic memberCode exampleOpenAsync(ProtocolAddress, NotifyDataChangedEventHandler, CallbackContext)
Opens a client connection, calling dataChangedHandler for each message received.
Public methodStatic memberCode exampleOpenAsync(ProtocolAddress, Boolean, ConnectionFlags, ConnectionSharing)
Opens a client connection.
Top
See Also