C# Class Opc.Ua.CloseSecureChannelMessage

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

Public Methods

Method Description
CloseSecureChannelMessage ( ) : System

Initializes an empty message.

CloseSecureChannelMessage ( CloseSecureChannelRequest CloseSecureChannelRequest ) : System

Initializes the message with the body.

CreateResponse ( IServiceResponse response ) : object
GetRequest ( ) : IServiceRequest

Method Details

CloseSecureChannelMessage() public method

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

CloseSecureChannelMessage() public method

Initializes the message with the body.
public CloseSecureChannelMessage ( CloseSecureChannelRequest CloseSecureChannelRequest ) : System
CloseSecureChannelRequest CloseSecureChannelRequest
return System

CreateResponse() public method

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

GetRequest() public method

public GetRequest ( ) : IServiceRequest
return IServiceRequest