OPC Studio User's Guide and Reference
NoSecurityHttp Field



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Discovery Namespace > UASchemes Class : NoSecurityHttp Field
The URI scheme for using HTTP protocol without any security.
Syntax
'Declaration
 
<ObsoleteAttribute("The 'nosecurityhttp' scheme is not currently supported.")>
Public Const NoSecurityHttp As String
'Usage
 
Dim value As String
 
value = UASchemes.NoSecurityHttp
[Obsolete("The 'nosecurityhttp' scheme is not currently supported.")]
public const string NoSecurityHttp
[Obsolete("The 'nosecurityhttp' scheme is not currently supported.")]
public:
const String^ NoSecurityHttp
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