[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.remoting

Setting sink properties after setting up the channel

(Shell D00d)

8/14/2004 7:15:00 AM

Hi all,

Is it possible to set the properties on a sink *after* it has been
constructed? Right now, I am setting all my properties programmatically
(not by RemotingConfiguration.Configure()), so I'm using a hashtable to
set properties.

What if I want to change some properties after the sink has been
created and placed in the sink chain? Can this be done, or do I have to
re-create the whole chain?

Thanks in advance.