C# Class Opc.Ua.CloseSecureChannelResponseMessage

ファイルを表示 Open project: OPCFoundation/Misc-Tools

Public Methods

Method Description
CloseSecureChannelResponseMessage ( ) : System

Initializes an empty message.

CloseSecureChannelResponseMessage ( CloseSecureChannelResponse CloseSecureChannelResponse ) : System

Initializes the message with the body.

CloseSecureChannelResponseMessage ( ServiceFault ServiceFault ) : System

Initializes the message with a service fault.

Method Details

CloseSecureChannelResponseMessage() public method

Initializes an empty message.
public CloseSecureChannelResponseMessage ( ) : System
return System

CloseSecureChannelResponseMessage() public method

Initializes the message with the body.
public CloseSecureChannelResponseMessage ( CloseSecureChannelResponse CloseSecureChannelResponse ) : System
CloseSecureChannelResponse CloseSecureChannelResponse
return System

CloseSecureChannelResponseMessage() public method

Initializes the message with a service fault.
public CloseSecureChannelResponseMessage ( ServiceFault ServiceFault ) : System
ServiceFault ServiceFault
return System