How to check current server session is forward connection or reverse connection in OPC UA C#?
I have developed OPC UA SERVER application using CSharp(C#) language. I want to know the connection is reverse or forward in OPC UA Server. Please help me.
My requirement is OPC UA server shall only accept ReverseHello session opening request with “Anonymous User Identity Token” policy.