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

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

Inherits UnifiedAutomation.UaBase.IServiceMessage.

Public Member Functions

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

Public Attributes

CreateSessionRequest CreateSessionRequest
 The body of the message. More...
 

Detailed Description

The message contract for the CreateSession service.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.CreateSessionMessage.CreateSessionMessage ( )
inline

Initializes an empty message.

UnifiedAutomation.UaBase.CreateSessionMessage.CreateSessionMessage ( CreateSessionRequest  CreateSessionRequest)
inline

Initializes the message with the body.

Member Data Documentation

CreateSessionRequest UnifiedAutomation.UaBase.CreateSessionMessage.CreateSessionRequest

The body of the message.


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