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

Glossary Item Box

Gets or sets a reference to the table of namespaces for the server.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As TransportListenerSettings
Dim value As NamespaceTable
 
instance.NamespaceUris = value
 
value = instance.NamespaceUris
C# 
public NamespaceTable NamespaceUris {get; set;}

Remarks

This is a thread safe object that may be updated by the application at any time. This table is used to lookup the NamespaceURI for the DataTypeEncodingId when decoding ExtensionObjects. If the NamespaceURI can be found the decoder will use the Factory to create an instance of a .NET object. The raw data is passed to application if the NamespaceURI cannot be found or there is no .NET class associated with the DataTypeEncodingId then.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.