I learned something new this week: although WCF clients implement IDisposable, you should not put them in a “using” statement.
See the following MSDN article: Avoiding Problems with the Using Statement
Sure, it will close the connection when you... Read the full text.