DOFConnectionStreamRequestListener InterfaceOpenDOF Object Access Library
Implement this interface to monitor requests to upgrade a Type.DATAGRAM connection to a Type.STREAM type.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public interface StreamRequestListener

The DOFConnectionStreamRequestListener type exposes the following members.

Methods

  NameDescription
Public methodstreamRequest
Informs the listener that a Type.STREAM connection has been requested, based on current DOFInterestLevel.CONNECT -level interest and matching provided bindings.
Public methodstreamRequestComplete
Inform the listener that a previously requested Type.STREAM connection is no longer being requested, based on a lack of current DOFInterestLevel.CONNECT -level interest and/or lack of matching provided bindings.
Top
See Also

Reference