C# Class Opc.Ua.OpenSecureChannelMessage

Inheritance: IServiceMessage
Afficher le fichier Open project: OPCFoundation/Misc-Tools

Méthodes publiques

Méthode Description
CreateResponse ( IServiceResponse response ) : object
GetRequest ( ) : IServiceRequest
OpenSecureChannelMessage ( ) : System

Initializes an empty message.

OpenSecureChannelMessage ( OpenSecureChannelRequest OpenSecureChannelRequest ) : System

Initializes the message with the body.

Method Details

CreateResponse() public méthode

public CreateResponse ( IServiceResponse response ) : object
response IServiceResponse
Résultat object

GetRequest() public méthode

public GetRequest ( ) : IServiceRequest
Résultat IServiceRequest

OpenSecureChannelMessage() public méthode

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

OpenSecureChannelMessage() public méthode

Initializes the message with the body.
public OpenSecureChannelMessage ( OpenSecureChannelRequest OpenSecureChannelRequest ) : System
OpenSecureChannelRequest OpenSecureChannelRequest
Résultat System