OPC Studio User's Guide and Reference
OpcHttps Field



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Discovery Namespace > UASchemes Class : OpcHttps Field
The URI scheme for the UA HTTPS protocol.
Syntax
'Declaration
 
Public Const OpcHttps As String
'Usage
 
Dim value As String
 
value = UASchemes.OpcHttps
public const string OpcHttps
public:
const String^ OpcHttps
Remarks

OPC 10000-6: Mappings; 1.05.01: "The URL scheme for endpoints using the HTTPS transport is ‘opc.https’. Note that ‘https’ is the generic URL scheme for the underlying transport. The opc prefix specifies that the endpoint accepts OPC UA messages as defined in this document.".

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