C# Class Opc.Ua.InvokeServiceResponseMessage

Show file Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Public Methods

Method Description
InvokeServiceResponseMessage ( ) : System.ServiceModel

Initializes an empty message.

InvokeServiceResponseMessage ( byte InvokeServiceResponse ) : System.ServiceModel

Initializes the message with the body.

Method Details

InvokeServiceResponseMessage() public method

Initializes an empty message.
public InvokeServiceResponseMessage ( ) : System.ServiceModel
return System.ServiceModel

InvokeServiceResponseMessage() public method

Initializes the message with the body.
public InvokeServiceResponseMessage ( byte InvokeServiceResponse ) : System.ServiceModel
InvokeServiceResponse byte The invoke service response.
return System.ServiceModel