Implementing a WCF service firewall part II of N
Posted by: Cirrus Minor,
on 06 Mar 2009 |
View original | Bookmarked: 0 time(s)
the previous
installment provided some context as to why I want to implement this pattern.
This
installment will look at some of the implementation options.
As I noted before, WCF provides quite a lot of extension points on the route the message
pass from arriving on the service to the point WCF
calls the actual method in the service instance. Several of those extension points
are possible candidates for the Service Firewall for instance
Contract Filter-The contract...