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

Glossary Item Box

Gets or sets the table of known encodeable objects.

Syntax

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

Remarks

This is a thread safe object that may be updated by the application at any time. This is a table of .NET types indexed by their DataTypeEncodingId. The decoder uses this table to automatically create the appropriate .NET objects when it encounters an ExtensionObject in the message being decoded. The table uses DataTypeEncodingIds with the URI explicitly specified so multiple channels with different servers can share the same table. The NamespaceUris table is used to lookup the NamespaceURI from the NamespaceIndex provide in the encoded message.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.