QuickOPC User's Guide and Reference
TransportProfileUriStringFilter Property (UALocalEndpointDiscoveryQuery)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Discovery Namespace > UALocalEndpointDiscoveryQuery Class : TransportProfileUriStringFilter Property
List of transport profile URIs that the returned endpoints shall support.
Syntax
'Declaration
 
Public Property TransportProfileUriStringFilter As StringCollection
'Usage
 
Dim instance As UALocalEndpointDiscoveryQuery
Dim value As StringCollection
 
instance.TransportProfileUriStringFilter = value
 
value = instance.TransportProfileUriStringFilter
public StringCollection TransportProfileUriStringFilter {get; set;}
public:
property StringCollection^ TransportProfileUriStringFilter {
   StringCollection^ get();
   void set (    StringCollection^ value);
}
Remarks

All endpoints are returned if the list is empty.

"Part 7 defines URIs for the Transport Profiles."

"If the URI is a URL, this URL may have a query string appended. The Transport Profiles that support query strings are defined in Part 7."

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also