I'm using the ChannelFactory in WCF to call into a REST service and I want to determine whether the server returned HTTP 200 or 201 in response to a PUT call. Currently, the call succeeds, but I can't determine if my object was created or updated. How can I do this?
|
2
|
|
|
|
|
|
WCF is designed for all sorts of channels so this is not a high level object You can access it though with something like this
|
||
|
|
