[Mono-dev] wsHttpBinding Hangs - Mono 3.0.9

Andres G. Aragoneses knocte at gmail.com
Tue May 14 17:19:26 UTC 2013


On 06/05/13 01:39, jadfab wrote:
> Followup:
>
> It appears that the construction of the HttpChannelListener fails on
> CreateChannelCore. For some reason this LOC:
>
> if ( typeof (TChannel) == typeof (IReplyChannel) )
>
> Is not true because TChannel is of type IReplySessionChannel (which is a
> IReplyChannel). Not sure how to fix this as technically
> HttpChannelListener<IReplyChannel> and
> HttpChannelListener<IReplySessionChannel> are two different types. Is there
> any guidance of how I could fix this issue to move forward?

Maybe the correct thing to use is Type.IsAssignableFrom() method?




More information about the Mono-devel-list mailing list