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.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
void streamRequestComplete( DOFConnectionConfig config, DOFConnectionStreamRequest request )
Parameters
- config
- Type: org.opendof.core.oalDOFConnectionConfig
The connection configuration on which the listener was set. - request
- Type: org.opendof.core.oalDOFConnectionStreamRequest
The same object representing the request for the Type.STREAM connection (as was passed to the streamRequest(Config, StreamRequest) call previously).
See Also