Determines whether the transport profile URI string always subscribes to UADP message mapping.
Syntax
public static bool TransportAlwaysSubscribesToUadp(
string
)
public:
static bool TransportAlwaysSubscribesToUadp(
String^
)
'Declaration
Public Shared Function TransportAlwaysSubscribesToUadp( _
ByVal As String _
) As Boolean
'Usage
Dim transportProfileUriString As String
Dim value As Boolean
value = UAPubSubUtilities.TransportAlwaysSubscribesToUadp(transportProfileUriString)
Parameters
- transportProfileUriString
- The transport profile URI string.
The value of this parameter cannot be null
(Nothing
in Visual Basic).
Return Value
Returns true
if the transport profile URI string always subscribes to UADP message mapping; returns false
otherwise.
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