EasyUA Reference
BinaryEncoder Constructor(Stream,ServiceMessageContext)
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > BinaryEncoder Class > BinaryEncoder Constructor : BinaryEncoder Constructor(Stream,ServiceMessageContext)

stream
context

Glossary Item Box

Creates an encoder that writes to the stream.

Syntax

Visual Basic (Usage)Copy Code
Dim stream As Stream
Dim context As ServiceMessageContext
 
Dim instance As New BinaryEncoder(stream, context)
C# 
public BinaryEncoder( 
   Stream stream,
   ServiceMessageContext context
)

Parameters

stream
context

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.