Checking for presence of .NET remoting server - is my approach correct?
问题 It's not possible to set a connection timeout on a .NET remoting call. Documentation occasionally refers to TcpChannel properties that allegedly do this, but discussions and the most recent docs I've found indicate that this is not possible. One may set a timeout on the remoting call itself, but not on the initial connection attempt. You're stuck with the default 45-second timeout. For various reasons I can't use WCF. This causes a problem when the remoting server goes away. If I attempt to