Phil Henning's WebLog

Silverlight Web Services Team Blog

For those interested in WCF development on Silverlight, the Silverlight Web Services team just set...

Author: Phil Henning Date: 03/07/2008

Custom transport channels and BindingElements

When creating a custom transport channel, you must be sure to remove the encoding binding element...

Author: Phil Henning Date: 01/14/2008

Custom UserNamePassword Validators in .Net Framework 3.5

In the version of WCF that shipped with .Net Framework 3.0 we didn't support custom validators with...

Author: Phil Henning Date: 01/11/2008

Client IP addresses in Orcas

As Nicholas promised, here is some more information about client IP address in Orcas. In the Orcas...

Author: Phil Henning Date: 08/08/2007

Accessing the Http Query String from a service method.

I'm trying to access the query string used by the client when contacting my service. How can I do...

Author: Phil Henning Date: 06/22/2007

Securing WCF to only respond to local requests.

Is it possible to secure a web service to only respond to local requests over HTTP? Yes, you just...

Author: Phil Henning Date: 10/31/2006

Changing BindingElement settings on a Binding.

We don’t allow you to modify the properties of the binding directly, but you can create a copy of...

Author: Phil Henning Date: 05/15/2006