Table of Contents

Class DefaultStream

Namespace
PushTechnology.ClientInterface.Client.Callbacks
Assembly
Diffusion.Client.dll

The default IStream implementation.

public class DefaultStream : DefaultCallback, IStream, ICallback
Inheritance
DefaultStream
Implements
Derived
Inherited Members

Remarks

This simply logs OnClose() calls at 'debug' level. This method may be overridden to provide more specific processing.

Methods

OnClose()

Notification that a stream context was closed normally.

public virtual void OnClose()

Remarks

No further calls will be made for the stream context.