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

Glossary Item Box

Gets or sets a value indicating whether the native (ANSI C) implementation of UA-TCP should be used.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ApplicationConfiguration
Dim value As Boolean
 
instance.UseNativeStack = value
 
value = instance.UseNativeStack
C# 
public bool UseNativeStack {get; set;}

Property Value

true if the native stack is used; otherwise, false.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.