QuickOPC User's Guide and Reference
ImpliedTransportProfileUri Property



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.PubSub Namespace > UAPubSubConnectionDescriptor Class : ImpliedTransportProfileUri Property
The transport profile URI implied by the network address, if achievable.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Public ReadOnly Property ImpliedTransportProfileUri As Uri
'Usage
 
Dim instance As UAPubSubConnectionDescriptor
Dim value As Uri
 
value = instance.ImpliedTransportProfileUri
[CanBeNull()]
public Uri ImpliedTransportProfileUri {get;}
[CanBeNull()]
public:
property Uri^ ImpliedTransportProfileUri {
   Uri^ get();
}
Remarks

This property is null if the underlying string does not represent a valid URI.

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