Opc.Ua.Core
BinaryDecoder Constructor(Stream,IServiceMessageContext,Boolean)



Opc.Ua Namespace > BinaryDecoder Class > BinaryDecoder Constructor : BinaryDecoder Constructor(Stream,IServiceMessageContext,Boolean)
Creates a decoder that reads from a stream.
Syntax
'Declaration
 
Public Function New( _
   ByVal stream As Stream, _
   ByVal context As IServiceMessageContext, _
   Optional ByVal leaveOpen As Boolean _
)
'Usage
 
Dim stream As Stream
Dim context As IServiceMessageContext
Dim leaveOpen As Boolean
 
Dim instance As New BinaryDecoder(stream, context, leaveOpen)

Parameters

stream
context
leaveOpen
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BinaryDecoder Class
BinaryDecoder Members
Overload List