问题
If you have a RESTful web service that uses HTTP 301 redirects to send requests like:
http://server/customers/?name=John
to the url
http://server/customers/324
(as created by a service similar to the one in this question.)
Can these types of services be consumed with the WebChannelFactory and a ServiceContract? If so, how?
来源:https://stackoverflow.com/questions/1033142/does-the-wcf-rest-webchannelfactory-client-support-rest-services-that-use-redire