.NET Based OPC UA Client/Server SDK  3.0.10.493
UnifiedAutomation.UaBase.ActivateSessionMessage Class Reference

The message contract for the ActivateSession service. More...

Inherits UnifiedAutomation.UaBase.IServiceMessage.

Public Member Functions

 ActivateSessionMessage ()
 Initializes an empty message. More...
 
 ActivateSessionMessage (ActivateSessionRequest ActivateSessionRequest)
 Initializes the message with the body. More...
 
IServiceRequest GetRequest ()
 
object CreateResponse (IServiceResponse response)
 

Public Attributes

ActivateSessionRequest ActivateSessionRequest
 The body of the message. More...
 

Detailed Description

The message contract for the ActivateSession service.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.ActivateSessionMessage.ActivateSessionMessage ( )
inline

Initializes an empty message.

UnifiedAutomation.UaBase.ActivateSessionMessage.ActivateSessionMessage ( ActivateSessionRequest  ActivateSessionRequest)
inline

Initializes the message with the body.

Member Data Documentation

ActivateSessionRequest UnifiedAutomation.UaBase.ActivateSessionMessage.ActivateSessionRequest

The body of the message.


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