Namespace PushTechnology.ClientInterface.Client.Callbacks
Classes
- DefaultCallback
The default ICallback implementation.
- DefaultContextCallback<TContext>
The default IContextCallback<TContext> implementation.
- DefaultServerHandler
Abstract default server handler.
The methods on this handler simply log callbacks at debug level.
- DefaultStream
The default IStream implementation.
- ErrorReason
The reason codes used to report error conditions.
Interfaces
- ICallback
The callback interface that provides responses from the server.
- IContextCallback<TContext>
The callback interface that provides responses from the server, together with a context object supplied by the application.
- IRegistration
The reference to a registered handler.
- IServerHandler
Common interface for callback handlers that establish a server side control presence for the client session.