ClientTOpen Method |
| Name | Description | |
|---|---|---|
| Open(OpenFlags) |
Opens (or reopens) the socket.
(Inherited from Connection.) | |
| Open(OpenParams) |
Opens a client connection.
| |
| Open(ProtocolAddress, Flags) |
Opens a client connection.
| |
| Open(OpenParams, NotifyDataChangedEventHandler, CallbackContext) |
Opens a client connection, calling dataChangedHandler for each message received.
| |
| Open(ProtocolAddress, NotifyDataChangedEventHandler, CallbackContext) |
Opens a client connection, calling dataChangedHandler for each message received.
|