DOFConnectionStreamRequest ClassOpenDOF Object Access Library
This represents a request for a Type.STREAM connection to a specific, target Type.UNICAST address based on the desire (expressed by interest operations) for a STREAM connection and the presence of a matching binding. There will only ever be one StreamRequest for any given combination of Config and DOFAddress to minimize the work required by the application to process these conditions.
Inheritance Hierarchy

SystemObject
  org.opendof.core.oalDOFConnectionStreamRequest

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

C#
public sealed class StreamRequest

The DOFConnectionStreamRequest type exposes the following members.

Methods

  NameDescription
Public methodEquals (Overrides ObjectEquals(Object).)
Public methodgetConnection
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodgetTargetAddress
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference