Namespace: Weborb.Messaging.Api.Stream
Assembly: weborb (in weborb.dll) Version: 4.4.0.0 (4.4.0.0)

Syntax

C#
public interface IStreamCapableConnection : IConnection, 
	ICoreObject, IAttributeStore, IEventDispatcher, IEventHandler, IEventListener
Visual Basic
Public Interface IStreamCapableConnection _
	Inherits IConnection, ICoreObject, IAttributeStore, IEventDispatcher,  _
	IEventHandler, IEventListener
Visual C++
public interface class IStreamCapableConnection : IConnection, 
	ICoreObject, IAttributeStore, IEventDispatcher, IEventHandler, IEventListener

See Also