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

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

Public Member Functions

 OpenSecureChannelResponseMessage ()
 Initializes an empty message. More...
 
 OpenSecureChannelResponseMessage (OpenSecureChannelResponse OpenSecureChannelResponse)
 Initializes the message with the body. More...
 
 OpenSecureChannelResponseMessage (ServiceFault ServiceFault)
 Initializes the message with a service fault. More...
 

Public Attributes

OpenSecureChannelResponse OpenSecureChannelResponse
 The body of the message. More...
 

Detailed Description

The message contract for the OpenSecureChannel service response.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.OpenSecureChannelResponseMessage.OpenSecureChannelResponseMessage ( )
inline

Initializes an empty message.

UnifiedAutomation.UaBase.OpenSecureChannelResponseMessage.OpenSecureChannelResponseMessage ( OpenSecureChannelResponse  OpenSecureChannelResponse)
inline

Initializes the message with the body.

UnifiedAutomation.UaBase.OpenSecureChannelResponseMessage.OpenSecureChannelResponseMessage ( ServiceFault  ServiceFault)
inline

Initializes the message with a service fault.

Member Data Documentation

OpenSecureChannelResponse UnifiedAutomation.UaBase.OpenSecureChannelResponseMessage.OpenSecureChannelResponse

The body of the message.


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