Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Unity を使用して WCFService を解決しています。WCF の優れたプラクティスでは、完了したらクライアントを閉じます。
しかし、Unity を使用している場合、いつ、どのように WCFServiceClient を閉じるのでしょうか?
団結があなたにプロキシを提供すると思いますか?get from unity で using ステートメントを使用できますか?
using(var proxy = GetProxyFromUnit()){ ... }
物の種類?