OPC Studio User's Guide and Reference
Https Field (UriSchemes)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib Namespace > UriSchemes Class : Https Field
A URI scheme for the HTTPS protocol.
Syntax
'Declaration
 
Public Const Https As String
'Usage
 
Dim value As String
 
value = UriSchemes.Https
public const string Https
public:
const String^ Https
Remarks
This constant represents the URI scheme used to identify resources or endpoints that communicate over the HTTPS protocol. HTTPS (Hypertext Transfer Protocol Secure) is an extension of HTTP. It is used for secure communication over a computer network, and is widely used on the Internet. In HTTPS, the communication protocol is encrypted using Transport Layer Security (TLS), or formerly, its predecessor, Secure Sockets Layer (SSL).
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