Icon RemoteTrace Property

property RemoteTrace: Boolean

Usage

Use the RemoteTrace property to enable or disable tracing of all requests sent to and responses received from an ElevateDB Server. When the RemoteTrace property is set to True, the OnRemoteTrace event is fired whenever a request is sent to or a response is received from the server. This can be useful in debugging performance issues with a connection. This property only applies to remote sessions where the SessionType property is set to stRemote.
Image