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