Closing WCF connection

前端 未结 4 1277
南方客
南方客 2020-12-05 10:23

We are using WCF service

on the client side we are planning to explicitly close the connection It seems there are more then one way of closing

Sample1: In t

4条回答
  •  遥遥无期
    2020-12-05 10:39

    Use sample 1

    Here is a good article on why you should not use using:

    http://msdn.microsoft.com/en-us/library/aa355056.aspx

提交回复
热议问题