.NET Based OPC UA Client/Server SDK  3.1.0.500
UnifiedAutomation.UaBase.UriScheme Class Reference

The known URL schemes. More...

Public Attributes

const string Http = "http"
 HTTP More...
 
const string Amqp = "amqp"
 AQMP 1.0 More...
 
const string Amqps = "amqps"
 AQMP 1.0 over TLS More...
 
const string Wss = "wss"
 WebSockets over TLS More...
 
const string OpcTcp = "opc.tcp"
 OPC UA over TCP More...
 
const string OpcAmqp = "opc.amqp"
 OPC UA over AMQP More...
 
const string Https = "https"
 HTTPS (Basic SOAP or UA Binary) More...
 
const string NetTcp = "net.tcp"
 .NET TCP (SOAP + WS-Security) More...
 
const string NetPipe = "net.pipe"
 .NET Pipes (SOAP + WS-Security) More...
 
const string NoSecurityHttp = "nosecurityhttp"
 HTTP (Basic SOAP or UA Binary) More...
 

Detailed Description

The known URL schemes.

Member Data Documentation

const string UnifiedAutomation.UaBase.UriScheme.Amqp = "amqp"

AQMP 1.0

const string UnifiedAutomation.UaBase.UriScheme.Amqps = "amqps"

AQMP 1.0 over TLS

const string UnifiedAutomation.UaBase.UriScheme.Http = "http"

HTTP

const string UnifiedAutomation.UaBase.UriScheme.Https = "https"

HTTPS (Basic SOAP or UA Binary)

const string UnifiedAutomation.UaBase.UriScheme.NetPipe = "net.pipe"

.NET Pipes (SOAP + WS-Security)

const string UnifiedAutomation.UaBase.UriScheme.NetTcp = "net.tcp"

.NET TCP (SOAP + WS-Security)

const string UnifiedAutomation.UaBase.UriScheme.NoSecurityHttp = "nosecurityhttp"

HTTP (Basic SOAP or UA Binary)

const string UnifiedAutomation.UaBase.UriScheme.OpcAmqp = "opc.amqp"

OPC UA over AMQP

const string UnifiedAutomation.UaBase.UriScheme.OpcTcp = "opc.tcp"

OPC UA over TCP

const string UnifiedAutomation.UaBase.UriScheme.Wss = "wss"

WebSockets over TLS


The documentation for this class was generated from the following file: