Namespace BiExcellence.OpenBi.Api
Classes
OpenBiConfiguration
Represents the configuration for connecting to a server.
OpenBiConfigurationExtensions
Extension methods for IOpenBiConfiguration.
OpenBiErrorEventArgs
Represents the server error event args.
OpenBiRequestEventArgs
Represents the request event args.
OpenBiRequestExtensions
Extension methods for IOpenBiRequest.
OpenBiResponseCodes
Some known response codes.
OpenBiResponseEventArgs
Represents the response event args.
OpenBiServerErrorException
Represents a server error.
Thrown if Code is not 0
OpenBiSession
Represents the session which can send IOpenBiRequest and receives IOpenBiResponse.
OpenBiSessionExtensions
Extension methods for IOpenBiSession.
SecureOpenBiSession
Uses message encryption
Interfaces
IOpenBiConfiguration
Represents the configuration for connecting to a server.
IOpenBiRequest
Represents a request which can be send to the server.
IOpenBiRequestSerializable
Represents objects which can be serialized with the IOpenBiRequest.
IOpenBiResponse
Represents a response from the server.
IOpenBiServerMessage
Represents a server message.
IOpenBiSession
Represents the session which can send IOpenBiRequest and receives IOpenBiResponse.
IOpenBiSessionHttpClient
Represents the session which can send HttpRequestMessage and receives HttpResponseMessage.