C# Class Opc.Ua.CloseSecureChannelResponseMessage

Afficher le fichier Open project: OPCFoundation/Misc-Tools

Méthodes publiques

Méthode 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 méthode

Initializes an empty message.
public CloseSecureChannelResponseMessage ( ) : System
Résultat System

CloseSecureChannelResponseMessage() public méthode

Initializes the message with the body.
public CloseSecureChannelResponseMessage ( CloseSecureChannelResponse CloseSecureChannelResponse ) : System
CloseSecureChannelResponse CloseSecureChannelResponse
Résultat System

CloseSecureChannelResponseMessage() public méthode

Initializes the message with a service fault.
public CloseSecureChannelResponseMessage ( ServiceFault ServiceFault ) : System
ServiceFault ServiceFault
Résultat System