The IXConnection type exposes the following members.
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | Close |
Close current connection
|
![]() | Connect |
Open a connection to the previously set xiqs server
|
![]() | Connect(Int32) |
Open a connection to the previously set xiqs server.
|
![]() | GetStream |
Get current connection underlying Stream object
|
![]() | ReadEvent |
Read an event sent by the xiqs server after a command execution
|
![]() | ReadEvent(Boolean) |
Read an event sent by the xiqs server after a command execution.
This command can block calling thread until an event object is
received from server.
|
![]() | SendCommand |
Send a command to the xiqs server
|
Properties
Name | Description | |
---|---|---|
![]() | Cid |
Get current connection "cid" attribute
|
![]() | Connected |
Test if current connection is connected
|
See Also