The IMockupConnection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | DataHandler |
The DataHandler retrieves an object for handling the data being exchanged with
the runtime system. See the IRtConnection interface reference for details on
its supported methods and properties.
(Inherited from IConnection.) |
![]() | IsBusy |
Retrives the current busy state of the connection.
(Inherited from IConnection.) |
![]() | IsConnected |
Retrieved the current connected state of the connection.
(Inherited from IConnection.) |
![]() | Logger |
Returns the Logging object to the client
(Inherited from IConnection.) |
![]() | MessagesHandler |
The MessagesHandler retrieves an object for handling unsolicited messages from
the runtime system. See the IUnsolicitedMessages interface reference for details on
its supported methods and properties.
(Inherited from IConnection.) |
![]() | SessionId |
Returns an integer value that contains the session id for the connection.
(Inherited from IConnection.) |
![]() | Status |
Holds the current status information sent by the runtime system
(Inherited from IConnection.) |
See Also