I'm developing an Opc Ua Server based on the one which is on the Opc Ua Foundation Repository. The SampleServer file hasn't an OnRead (or something like that) method and I want add one but I don't understand how to do.
I can't see on the inherited classes a method that suited for me. Whit that method I'd like to handle a request by adding a tag on the structure if it isn't.
Is someone able to help me? The SampleServer.cs inherited the ReverseConnectServer and it inherited the StandardServer Class.