Opc.Ua.Core
Factory Property (TransportChannelSettings)



Opc.Ua Namespace > TransportChannelSettings Class : Factory Property
Gets or sets the table of known encodeable objects.
Syntax
'Declaration
 
Public Property Factory As IEncodeableFactory
'Usage
 
Dim instance As TransportChannelSettings
Dim value As IEncodeableFactory
 
instance.Factory = value
 
value = instance.Factory
public IEncodeableFactory Factory {get; set;}
public:
property IEncodeableFactory^ Factory {
   IEncodeableFactory^ get();
   void set (    IEncodeableFactory^ value);
}
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, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TransportChannelSettings Class
TransportChannelSettings Members
NamespaceUris Property