TryListDictionary channelProperties = new ListDictionary();channelProperties.Add("timeout", 5000);HttpChannel channel = new HttpChannel(channelProperties,
                                      new SoapClientFormatterSinkProvider(),
                                      new SoapServerFormatterSinkProvider());