Summary

After reading this chapter you have finally reached the level of .NET Remoting wizardship. Not only do you know how to extend the framework using custom sinks and providers, but now you can also implement a complete channel from scratch. You learned that most work in implementing a custom channel has to be expended in understanding and encapsulating the underlying protocol. Mapping an asynchronous protocol to synchronous calls and vice versa is an especially important and challenging task. You also know how to implement IChannelSender and IChannelReceiver, how to combine them into a top-level channel and how to assign default formatters to a channel.

In the next chapter, I introduce you to the possibilities of using the basic principle of .NET Remoting, which is the processing of method calls using messages instead of stack-based calling conventions in your local applications.




Advanced  .NET Remoting C# Edition
Advanced .NET Remoting (C# Edition)
ISBN: 1590590252
EAN: 2147483647
Year: 2002
Pages: 91
Authors: Ingo Rammer

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net