OPC Studio User's Guide and Reference
UriSchemes Class
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib Namespace : UriSchemes Class
Contains commonly used URI schemes.
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
Public MustInherit NotInheritable Class UriSchemes 
'Usage
 
Dim instance As UriSchemes
[ComVisible(false)]
public static class UriSchemes 
[ComVisible(false)]
public ref class UriSchemes abstract sealed 
Remarks
This class provides constants for various URI schemes used in network communication. It includes schemes for DCOM, HTTP, and HTTPS protocols, facilitating the identification of resources or endpoints based on the communication protocol used. These constants are used in code that interacts with different types of network services and requires a way to specify the protocol in a standardized manner.
Inheritance Hierarchy

System.Object
   OpcLabs.BaseLib.UriSchemes

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