UA Bundle SDK .NET  2.1.2.227
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
UnifiedAutomation.UaBase.RequestHeader Class Reference

The header passed with every server request. More...

Inherits UnifiedAutomation.UaBase.IEncodeable.

Public Member Functions

 RequestHeader ()
 The default constructor. More...
 
virtual void Encode (IEncoder encoder)
 
 
virtual void Decode (IDecoder decoder)
 
 
virtual bool IsEqual (IEncodeable encodeable)
 
 
virtual object Clone ()
 
 

Properties

NodeId AuthenticationToken [get, set]
 The authentication token for the current session. More...
 
DateTime Timestamp [get, set]
 When the request was sent by the client. More...
 
uint RequestHandle [get, set]
 A handle assigned by the client to the request. It is returned in the response. More...
 
uint ReturnDiagnostics [get, set]
 A mask indicating what diagnostic information should be returned in the response. More...
 
string AuditEntryId [get, set]
 Identifies an entry in the client audit log. More...
 
uint TimeoutHint [get, set]
 The timeout for the operation specified by the client. More...
 
ExtensionObject AdditionalHeader [get, set]
 Allows vendor specific information to be included in the header. More...
 
virtual ExpandedNodeId TypeId [get]
 
 
virtual ExpandedNodeId BinaryEncodingId [get]
 
 
virtual ExpandedNodeId XmlEncodingId [get]
 
 
- Properties inherited from UnifiedAutomation.UaBase.IEncodeable
ExpandedNodeId TypeId [get]
 Returns the UA type identifier for the encodable type. More...
 
ExpandedNodeId BinaryEncodingId [get]
 Returns the UA type identifier for the default binary encoding for the type. More...
 
ExpandedNodeId XmlEncodingId [get]
 Returns the UA type identifier for the default XML encoding for the type. More...
 

Detailed Description

The header passed with every server request.

<exclude>

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.RequestHeader.RequestHeader ( )

The default constructor.

Property Documentation

ExtensionObject UnifiedAutomation.UaBase.RequestHeader.AdditionalHeader
getset

Allows vendor specific information to be included in the header.

string UnifiedAutomation.UaBase.RequestHeader.AuditEntryId
getset

Identifies an entry in the client audit log.

NodeId UnifiedAutomation.UaBase.RequestHeader.AuthenticationToken
getset

The authentication token for the current session.

uint UnifiedAutomation.UaBase.RequestHeader.RequestHandle
getset

A handle assigned by the client to the request. It is returned in the response.

uint UnifiedAutomation.UaBase.RequestHeader.ReturnDiagnostics
getset

A mask indicating what diagnostic information should be returned in the response.

uint UnifiedAutomation.UaBase.RequestHeader.TimeoutHint
getset

The timeout for the operation specified by the client.

DateTime UnifiedAutomation.UaBase.RequestHeader.Timestamp
getset

When the request was sent by the client.


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