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();
}
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