convertersystems / opc-ua-client

Visualize and control your enterprise using OPC Unified Architecture (OPC UA) and Visual Studio.
MIT License
403 stars 119 forks source link

StackProfile part 5: The great renaming #224

Closed quinmars closed 2 years ago

quinmars commented 2 years ago

This is the last PR in this series. One can now inject the stack profile with the channel constructor. As fallback the stack profile will be determine by the EndpointDescription. At the moment StackProfiles.GetStackProfile() only returns the TcpUascBinary stack. Since the channels can now (theoretically) handle other profiles, they are renamed, e.g., UaTcpXxxChannel to ClientXxxChannel.