The following tables list the members exposed by UASchemes.
Public Fields
| | Name | Description |
 | Http | The URI scheme for the HTTP protocol.
This is a constant, and its value is "http". |
 | Https | The URI scheme for the HTTPS protocol.
This is a constant, and its value is "https". |
 | NetPipe | The URI scheme for the .NET Named Pipes protocol.
This is a constant, and its value is "net.pipe". |
 | NetTcp | The URI scheme for the .NET TCP protocol.
This is a constant, and its value is "net.tcp". |
 | NoSecurityHttp | The URI scheme for using HTTP protocol without any security.
This is a constant, and its value is "nosecurityhttp". |
 | OpcHttp | The URI scheme for the UA HTTP protocol.
This is a constant, and its value is "opc.http". |
 | OpcHttps | The URI scheme for the UA HTTPS protocol.
This is a constant, and its value is "opc.https". |
 | OpcTcp | The URI scheme for the UA TCP protocol.
This is a constant, and its value is "opc.tcp". |
 | OpcWss | The URI scheme for the (obsolete) OPC UA (secure) WebSockets transport protocol.
This is a constant, and its value is "opc.wss". |
Top
Public Methods
| | Name | Description |
 | Equals | (Inherited from object) |
 | GetHashCode | Serves as the default hash function. (Inherited from object) |
  | GetObsolescenceMessage | Gets the message that describes the reason for obsolescence for the specified URI scheme, if the scheme is obsolete in OPC UA. |
 | GetType | Gets the System.Type of the current instance. (Inherited from object) |
  | IsObsolete | Determines whether the specified URI scheme is obsolete in OPC UA. |
 | ToString | Returns a string that represents the current object. (Inherited from object) |
Top
Protected Methods
| | Name | Description |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object) |
 | MemberwiseClone | Creates a shallow copy of the current System.Object. (Inherited from object) |
Top
Extension Methods
| | Name | Description |
 | SetState<TNode> | Sets the arbitrary object associated with the node. |
Top
See Also