EasyUA Reference
MessageContext Property
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ApplicationConfiguration Class : MessageContext Property

Glossary Item Box

Creates the message context from the configuration.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ApplicationConfiguration
Dim value As ServiceMessageContext
 
value = instance.MessageContext
C# 
[ObsoleteAttribute("Warning: Behavoir changed return a copy instead of a reference. Should call CreateMessageContext() instead.")]
public ServiceMessageContext MessageContext {get;}

Property Value

A new instance of a ServiceMessageContext object.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.