.NET Based OPC UA Client/Server SDK  3.1.0.500
UnifiedAutomation.UaServer.ServerContext Class Reference

The context for a server instance. More...

Inherited by UnifiedAutomation.UaServer.RequestContext.

Public Member Functions

 ServerContext (ServerManager server)
 Initializes a new instance of the ServerContext class. More...
 

Properties

ISecurityProvider SecurityProvider [get]
 Gets the security provider. More...
 
ServerManager Server [get]
 Gets the server. More...
 
NamespaceTable NamespaceUris [get]
 Gets the namespace uris. More...
 
StringTable ServerUris [get]
 Gets the server uris. More...
 
ITypeTable TypeTable [get]
 Gets the type table. More...
 

Detailed Description

The context for a server instance.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.ServerContext.ServerContext ( ServerManager  server)
inline

Initializes a new instance of the ServerContext class.

Parameters
serverThe server.

Property Documentation

NamespaceTable UnifiedAutomation.UaServer.ServerContext.NamespaceUris
get

Gets the namespace uris.

ISecurityProvider UnifiedAutomation.UaServer.ServerContext.SecurityProvider
get

Gets the security provider.

ServerManager UnifiedAutomation.UaServer.ServerContext.Server
get

Gets the server.

StringTable UnifiedAutomation.UaServer.ServerContext.ServerUris
get

Gets the server uris.

ITypeTable UnifiedAutomation.UaServer.ServerContext.TypeTable
get

Gets the type table.


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