[Mono-dev] Patch for DuplexClientBase

2010-05-19 Thread Pieter van der Berg
Hello, Here is a patch to get rid of the two notimplemented exceptions. public IDuplexContextChannel InnerDuplexChannel { get { return (IDuplexContextChannel)base.InnerChannel; } } protected override TChannel CreateChannel () { return ChannelFactory.CreateChannel(); } Best

Re: [Mono-dev] Patch for DuplexClientBase

2010-05-19 Thread Atsushi Eno
Thanks, applied. Atsushi Eno On 2010/05/19 16:44, Pieter van der Berg wrote: Hello, Here is a patch to get rid of the two notimplemented exceptions. public IDuplexContextChannel InnerDuplexChannel { get { return (IDuplexContextChannel)base.InnerChannel; } } protected override