Browse by Tags

All Tags » WCF (RSS)
Writing an IronPython WCF Host
This is a simple WCF host written in IronPython that consumes a library I wrote in C#. import clr clr.AddReferenceByPartialName("System.ServiceModel") clr.AddReferenceByPartialName("CSharpClass"...

Posted by dhawley | with no comments

Filed under: , ,