Hello all
I need your help to implement a way to overload the HTTP protocol by another one. As per to my understanding, I should use the structure
WS_CHANNEL_BINDING which allows to define a custom channel using the parameter
WS_CUSTOM_CHANNEL_BINDING.
Unfortunately, there is not enough documentation on the web on this function. I only find in Windows Web Services Examples the project
HttpCalculatorWithLayeredChannelClientExample that uses this mechanism.
The summary of the project says: This example show how to use the service proxy to talk to an HTTP based calculator service using a custom channel. The custom channel is a layered channel which simply delegates all functionality to the existing HTTP channel.
But it's really not clear when we read the code
how it delegates all functionality to the existing HTTP channel.
Can anyone help us to find out how we can use this principle.
What are the basic steps ? and if there is another sample that use WS_CUSTOM_CHANNEL_BINDING, I would be very grateful.
Thanks a lot