Specifying Timeout for remoting calls- April 13, 2004 This week while working on a case, I discovered how to set timeout values for Remoting calls which I though is pretty cool. We have missed this attribute a lot in DCOM. We can specify the timeout attribute on the HttpChannel and that sets the time an Http request will wait in GetResponse() method of HttpWebRequest, before it throws an exception. That in remoting translates to when you make a remoting call(sync or async) the...http://blogs.msdn.com/anantd/archive/2004/04/13/112350.aspx |