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
Name | Description | |
---|---|---|
![]() | streamRequest |
Informs the listener that a
Type.STREAM
connection has been requested, based on
current
DOFInterestLevel.CONNECT
-level interest and matching provided bindings.
|
![]() | streamRequestComplete |
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.
|
See Also