[Mono-dev] (WCF) Possible bug in ChannelFactoryBase.cs

2010-07-05 Thread Thiago Padilha
Hi, I'm not sure about this, but maybe there's a small bug in the 'CreateChannel(EndpointAddress)' method : public TChannel CreateChannel ( EndpointAddress remoteAddress) { return CreateChannel (remoteAddress, null);

Re: [Mono-dev] (WCF) Possible bug in ChannelFactoryBase.cs

2010-07-05 Thread Atsushi Eno
Hi, You're right. I've tried this simple testing on .NET, and it threw ArgumentNullException on via parameter, so it is expected as non-null. [Test] public void BuildChannelFactoryXXX () { var ctx = new BindingContext (new CustomBinding (), empty_params); var cf = new