QuickOPC User's Guide and Reference
GetStandardTransportProfileNames Method



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > UAPubSubUtilities Class : GetStandardTransportProfileNames Method
Gets a sequence of all standard OPC-UA PubSub transport profile names.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Shared Function GetStandardTransportProfileNames() As IEnumerable(Of String)
'Usage
 
Dim value As IEnumerable(Of String)
 
value = UAPubSubUtilities.GetStandardTransportProfileNames()
[NotNull()]
public static IEnumerable<string> GetStandardTransportProfileNames()
[NotNull()]
public:
static IEnumerable<String^>^ GetStandardTransportProfileNames(); 

Return Value

A sequence of standard transport profile names.
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