[Mono-dev] [PATCH] WCF multiple service contracts on one end point
Atsushi Eno
atsushieno at veritas-vos-liberabit.com
Wed Mar 24 03:13:15 EDT 2010
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
>
More information about the Mono-devel-list
mailing list