All Questions
1 question
0
votes
1
answer
320
views
WCF Castle Client Proxy leaving Channel Open
I am using Castle WCF Facility to initialise a client proxy using the following configuration:
<component
id="ComponentID"
type="SomeType, SomeType"
wcfEndpointConfiguration="WCFConfig"
...