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.
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 momentStackProfiles.GetStackProfile()
only returns theTcpUascBinary
stack. Since the channels can now (theoretically) handle other profiles, they are renamed, e.g.,UaTcpXxxChannel
toClientXxxChannel
.