Namespace PushTechnology.ClientInterface.Client.Callbacks

Classes

DefaultCallback

The default ICallback implementation.

DefaultContextCallback<TContext>

The default IContextCallback<TContext> implementation.

DefaultContextStream<TContext>

The default IContextStream<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.

IContextStream<TContext>

The extension of IContextCallback<TContext> that allows many callbacks for each call context.

IRegistration

The reference to a registered handler.

IServerHandler

Common interface for callback handlers that establish a server side control presence for the client session.

IStream

The extension of ICallback that allows many callbacks for each call context.

Back to top