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.
我知道 Web 服务和 WCF 服务是代理模式的示例,在 .NET 领域还有哪些地方使用了代理模式?
COM-Callable Wrappers (CCW) 和 Runtime-Callable Wrappers (RCW) 是使用代理的经典示例。对于 .NET 远程处理也是如此。