Are you able to explain what you are trying to do?
e.g. do you want to implement an OPC UA client in C# that runs on a Windows PC?
yes ,i want to implement an OPC UA client in C# that runs on a Windows PC.
sorry,I am not making my word clear , I want to use c# make upper computer ,and use Plcnext 2152 make control , and between the upper computer and Plcnext 2152 , I want use Opc ua or Opc da communcation .
You probably don't want to implement a UA client from scratch, but that is another possibility if you have access to the specifications from the OPC Foundation.
Comments
e.g. do you want to implement an OPC UA client in C# that runs on a Windows PC?
yes ,i want to implement an OPC UA client in C# that runs on a Windows PC.
sorry,I am not making my word clear , I want to use c# make upper computer ,and use Plcnext 2152 make control , and between the upper computer and Plcnext 2152 , I want use Opc ua or Opc da communcation .
You will probably want to use an SDK or Toolkit to develop the OPC UA client. There are some listed here, for .NET and for .NET Core:
https://www.opcconnect.com/uakit.php#overview
You probably don't want to implement a UA client from scratch, but that is another possibility if you have access to the specifications from the OPC Foundation.