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.
wcf クライアント プロキシを破棄しても、TcpConnection は引き続き使用できますか?
(netTcpBinding を使用)
接続自体は、接続プールを使用したいくつかの特別な構成で使用できますが、サービス インスタンス/セッションがまだ使用可能かどうかを尋ねている可能性があります。答えはノーだ。プロキシの有効期間とそれに関連するサービス インスタンスは結合されています (+ タイムアウトは有効期間に影響を与える可能性があります)。そのため、プロキシを閉じると、インスタンス (「接続」) を使用できなくなります。