[Mono-bugs] [Bug 551745] System.ServiceModel.Channels.HttpsTransportBindingElement throws NotImplementedException

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Nov 3 21:04:31 EST 2009


http://bugzilla.novell.com/show_bug.cgi?id=551745

User gnorton at novell.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=551745#c2


Geoff Norton <gnorton at novell.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
      Info Provider|                            |christian.weyer at thinktectur
                   |                            |e.com




--- Comment #2 from Geoff Norton <gnorton at novell.com>  2009-11-03 19:04:29 MST ---
Christian,

  I dug into this one a bit too, and its not going to work because you call
ChannelFactory<T>.CreateChannel() directly.  When you do this, you invoke the
WCF support to create dynamic channels, which doesn't work on MonoTouch due to
missing System.Reflection.Emit.  In your iTecTeacher example you properly
override CreateChannel() and returns your own derived instance of
ChannelBase<T>.  You will need to do the same thing here for https.

  Can you update the demo and attach it if its still failing for http in that
case, or close the bug?

Thanks

Geoff

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list