'DeclarationPublic Shared Function IsKnownEthernetTransport( _ ByVal transportProfileUri As String _ ) As Boolean
'UsageDim transportProfileUri As String Dim value As Boolean value = UAPubSubTransportProfileUriStrings.IsKnownEthernetTransport(transportProfileUri)
public static bool IsKnownEthernetTransport( string transportProfileUri )
public: static bool IsKnownEthernetTransport( String^ transportProfileUri )
Parameters
- transportProfileUri
- The transport profile URI string to check.
The value of this parameter cannot be
null(Nothingin Visual Basic).
Return Value
true if the transport profile URI is a known Ethernet transport; otherwise, false.