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



Opc.Ua Namespace > BinaryEncoder Class > BinaryEncoder Constructor : BinaryEncoder Constructor(Stream,IServiceMessageContext,Boolean)
The stream to which the encoder writes.
The message context to use for the encoding.
If the stream should be left open on dispose.
Creates an encoder that writes to the stream.
Syntax
'Declaration
 
Public Function New( _
   ByVal stream As Stream, _
   ByVal context As IServiceMessageContext, _
   ByVal leaveOpen As Boolean _
)
'Usage
 
Dim stream As Stream
Dim context As IServiceMessageContext
Dim leaveOpen As Boolean
 
Dim instance As New BinaryEncoder(stream, context, leaveOpen)

Parameters

stream
The stream to which the encoder writes.
context
The message context to use for the encoding.
leaveOpen
If the stream should be left open on dispose.
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

BinaryEncoder Class
BinaryEncoder Members
Overload List