.NET Based OPC UA Client/Server SDK  2.6.1.422
UnifiedAutomation.UaBase.SecureChannelContext Class Reference

Stores context information for the current secure channel. More...

Public Member Functions

 SecureChannelContext (string secureChannelId, EndpointDescription endpointDescription, RequestEncoding messageEncoding)
 Initializes a new instance with the specified property values. More...
 

Static Public Attributes

static SecureChannelContext Current
 The active secure channel for the thread. More...
 

Properties

string SecureChannelId [get]
 TThe unique identifier for the secure channel. More...
 
EndpointDescription EndpointDescription [get]
 The description of the endpoint used with the channel. More...
 
RequestEncoding MessageEncoding [get]
 The encoding used with the channel. More...
 

Detailed Description

Stores context information for the current secure channel.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.SecureChannelContext.SecureChannelContext ( string  secureChannelId,
EndpointDescription  endpointDescription,
RequestEncoding  messageEncoding 
)
inline

Initializes a new instance with the specified property values.

Parameters
secureChannelIdThe secure channel identifier.
endpointDescriptionThe endpoint description.
messageEncodingThe message encoding.

Member Data Documentation

SecureChannelContext UnifiedAutomation.UaBase.SecureChannelContext.Current
static

The active secure channel for the thread.

The current secure channel context.

Property Documentation

EndpointDescription UnifiedAutomation.UaBase.SecureChannelContext.EndpointDescription
get

The description of the endpoint used with the channel.

The endpoint description.

RequestEncoding UnifiedAutomation.UaBase.SecureChannelContext.MessageEncoding
get

The encoding used with the channel.

The message encoding.

string UnifiedAutomation.UaBase.SecureChannelContext.SecureChannelId
get

TThe unique identifier for the secure channel.

The secure channel identifier.


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