class O2GResponse

Parents
System.IDisposable

Brief

The interface to the response.

Details

The response is an object which is sent when the server has processed a request.

Responses are passed to implementations of the IO2GResponseListener interface attached to the session. The responses to all requests are passed to the onRequestCompleted method of the listener. TablesUpdates (table updates) are passed to the onDataReceived method of the listener.

To get the response data, please use the appropriate reader. The reader can be created using an instance of the O2GResponseReaderFactory interface.

The type defined in the fxcore2.dll assembly. The namespace is fxcore2.

Public Properties

RequestID

The identifier of the corresponding request.

Type

The response type.

Public Methods

Dispose

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

back