Opc.Ua.InvokeServiceResponseMessage.InvokeServiceResponseMessage C# (CSharp) Method

InvokeServiceResponseMessage() public method

Initializes the message with the body.
public InvokeServiceResponseMessage ( byte InvokeServiceResponse ) : System.ServiceModel
InvokeServiceResponse byte The invoke service response.
return System.ServiceModel
        public InvokeServiceResponseMessage(byte[] InvokeServiceResponse)
        {
            this.InvokeServiceResponse = InvokeServiceResponse;
        }
    }

Same methods

InvokeServiceResponseMessage::InvokeServiceResponseMessage ( ) : System.ServiceModel
InvokeServiceResponseMessage