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

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

Public Member Functions

 CreateSessionResponseMessage ()
 Initializes an empty message. More...
 
 CreateSessionResponseMessage (CreateSessionResponse CreateSessionResponse)
 Initializes the message with the body. More...
 
 CreateSessionResponseMessage (ServiceFault ServiceFault)
 Initializes the message with a service fault. More...
 

Public Attributes

CreateSessionResponse CreateSessionResponse
 The body of the message. More...
 

Detailed Description

The message contract for the CreateSession service response.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.CreateSessionResponseMessage.CreateSessionResponseMessage ( )
inline

Initializes an empty message.

UnifiedAutomation.UaBase.CreateSessionResponseMessage.CreateSessionResponseMessage ( CreateSessionResponse  CreateSessionResponse)
inline

Initializes the message with the body.

UnifiedAutomation.UaBase.CreateSessionResponseMessage.CreateSessionResponseMessage ( ServiceFault  ServiceFault)
inline

Initializes the message with a service fault.

Member Data Documentation

CreateSessionResponse UnifiedAutomation.UaBase.CreateSessionResponseMessage.CreateSessionResponse

The body of the message.


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