OPC Studio User's Guide and Reference
Http Field (UASchemes)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Discovery Namespace > UASchemes Class : Http Field
The URI scheme for the HTTP protocol.
Syntax
'Declaration
 
<ObsoleteAttribute("The HTTP protocol is not currently supported. Also, there is no standard OPC UA profile with the HTTP protocol. HTTPS is supported, though.")>
Public Const Http As String
'Usage
 
Dim value As String
 
value = UASchemes.Http
[Obsolete("The HTTP protocol is not currently supported. Also, there is no standard OPC UA profile with the HTTP protocol. HTTPS is supported, though.")]
public const string Http
[Obsolete("The HTTP protocol is not currently supported. Also, there is no standard OPC UA profile with the HTTP protocol. HTTPS is supported, though.")]
public:
const String^ Http
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