Visual Basic (Usage) | ![]() |
---|---|
Dim instance As TransportListenerSettings Dim value As NamespaceTable instance.NamespaceUris = value value = instance.NamespaceUris |
C# | |
---|---|
public NamespaceTable NamespaceUris {get; set;} |
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.
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x