I have applied the patch almost as is (with some coding style changes), 
with few exceptions:

- AddBaseAddress (new Uri (baseAddress.BaseAddress));
+ base_addresses.Add (new Uri (baseAddress.BaseAddress));

no need for this change.

Thanks a lot!

Atsushi Eno

On 2010/03/23 20:28, Matt Dargavel wrote:
>
> Patch to allow multiple service contracts on one end point. I’ve 
> included an example source code file to show what I mean.
>
> Patch also includes a one line change (101-102 in patch) to 
> ApplyConfiguration() to add base addresses to the list directly. I 
> noticed that calling AddBaseAddress from here could cause problems 
> when using setting up the service using configuration files.
>
> Regards,
>
> Matt
>

_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to