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

The default ports for different protocols. More...

Static Public Attributes

static ushort UaTcp = 4840
 The default port for OPC UA TCP. More...
 
static ushort UaHttps = 4843
 The default port for OPC UA over HTTPS More...
 
static ushort Wss = 443
 The default port for Web Sockets. More...
 
static ushort Amqps = 5671
 The default port for AMQP. More...
 

Detailed Description

The default ports for different protocols.

Member Data Documentation

ushort UnifiedAutomation.UaBase.DefaultPorts.Amqps = 5671
static

The default port for AMQP.

ushort UnifiedAutomation.UaBase.DefaultPorts.UaHttps = 4843
static

The default port for OPC UA over HTTPS

ushort UnifiedAutomation.UaBase.DefaultPorts.UaTcp = 4840
static

The default port for OPC UA TCP.

ushort UnifiedAutomation.UaBase.DefaultPorts.Wss = 443
static

The default port for Web Sockets.


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