|
|
Adding Headers with MessageInspector
File Details
| Downloads: |
1879 |
File Size: |
107kB |
| Posted By: |
Scott Mason |
Views: |
4747 |
| Date Added: |
Fri, Jun 23 2006 |
|
This sample implements the IClientMessageInspector and IDispatchMessageInspector interfaces to view the messages coming and going on both the client and server sides. It implements the IEndpointBehavior to add these to the endpoint behaviors. I manually add headers inside the clientMessageInspector. On the server side I provide functions that will read the headers. The headers I used for this example are the client side username and IP address.
|
|
|