Does anyone have an example or know if this can be done?

I am trying to setup the following:

Windows Forms Application -> WCF Router -> WCF Service

Where the connection between Forms App and Router is secured either by x509 or SSL and the connection between Router and Service is wshttp (no security).

Can this be done?