webchannelfactory Questions

1

Solved

Is it possible to set headers on a WebChannelFactory? If I were using a WebClient object, I could do something like this: WebClient client = new WebClient(); client.Headers.Add("referer", "http://...
Secessionist asked 30/4, 2012 at 18:34

1

Solved

I have two WCF RESTful services - the "general" service is public and has no security; the "admin" service I intend to use basic authentication over SSL. This is my server side web.config: <sy...
1

© 2022 - 2024 — McMap. All rights reserved.