Advanced Remoting Topics

For most applications, you can use the services that are available. Visual Studio .NET makes using the remoting services easy and gives you the flexibility to build powerful applications without having to know a lot about what is actually happening. One of the more powerful features of .NET Framework Remoting is its ability to be extended. Two samples are included that illustrate building an extension to remoting. The first extension is a custom channel sink that blocks incoming calls based on the IP address of the caller. The second is a logging sink that logs the traffic to and from the client and server. It is also possible to control the default lifetime management for Singleton and Client-Activated objects with ...

Get .NET Common Language Runtime Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.