Monday, July 11, 2005

.NET Remoting Questions Contd.

What is a sink? What are message sinks, channel sinks, transport sinks?

Can I use SoapSuds.exe to access a Webservice?

How can I control the lifetime of SAO Single-Call objects?

Can a SAO have a non-default parameter constructor? Why?

When would U override the InitializeLifetimeService() method?

How can a client increase the lease time of a remote object?

Why does a Sponsor class need to extend MarshalByRef? Who controls the life-time of the sponsor?