C# Class Opc.Ua.OpenSecureChannelMessage

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

Public Methods

Method 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 method

public CreateResponse ( IServiceResponse response ) : object
response IServiceResponse
return object

GetRequest() public method

public GetRequest ( ) : IServiceRequest
return IServiceRequest

OpenSecureChannelMessage() public method

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

OpenSecureChannelMessage() public method

Initializes the message with the body.
public OpenSecureChannelMessage ( OpenSecureChannelRequest OpenSecureChannelRequest ) : System
OpenSecureChannelRequest OpenSecureChannelRequest
return System