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

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

Inherits UnifiedAutomation.UaBase.IServiceMessage.

Public Member Functions

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

Public Attributes

CloseSecureChannelRequest CloseSecureChannelRequest
 The body of the message. More...
 

Detailed Description

The message contract for the CloseSecureChannel service.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.CloseSecureChannelMessage.CloseSecureChannelMessage ( )
inline

Initializes an empty message.

UnifiedAutomation.UaBase.CloseSecureChannelMessage.CloseSecureChannelMessage ( CloseSecureChannelRequest  CloseSecureChannelRequest)
inline

Initializes the message with the body.

Member Data Documentation

CloseSecureChannelRequest UnifiedAutomation.UaBase.CloseSecureChannelMessage.CloseSecureChannelRequest

The body of the message.


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