How to set:==========Unfortunately I found some bugs related to this property having problem being read from config file. But it works great if you specify it programmatically:
IDictionary props= new Hashtable();props[”timeout”] = 10000 ;//Wait for 10s in remote call.//other properties like port etc.HttpChannel chnl = new HttpChannel(props, .... ,....);