Opc.Ua.Core
IsUriHttpsScheme Method



Opc.Ua Namespace > Utils Class : IsUriHttpsScheme Method
The url
Returns true if the url starts with opc.https or https.
Syntax
'Declaration
 
Public Shared Function IsUriHttpsScheme( _
   ByVal url As String _
) As Boolean
'Usage
 
Dim url As String
Dim value As Boolean
 
value = Utils.IsUriHttpsScheme(url)
public static bool IsUriHttpsScheme( 
   string url
)
public:
static bool IsUriHttpsScheme( 
   String^ url
) 

Parameters

url
The url
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Utils Class
Utils Members