Hello, In moonlight there is no UDP support, so it is not possible. In 2.0 or 4.0 profile, you can implement UDP transport. But since there is no standard UDP binding, you will have to do it by yourself.
Also notice that UDP transport channel will be simplex, unlike HTTP and TCP streaming ones. HTH, Atsushi Eno On 2009/12/17 21:24, Daniel Soto wrote: > It's possible to change the transport protocol using UDP instead TCP? > > By the way, awesome new release of Mono, great work!! > > 2009/12/16 Atsushi Eno <[email protected] > <mailto:[email protected]>> > > Yes and no. It is implemented, but I gave a quick fix to get binary > encoder + HTTP > transport yesterday in svn trunk. > http://lists.ximian.com/pipermail/mono-patches/2009-December/163334.html > > The same fix should work for 2.6 branch (I'll batch import WCF > fixes later). > > WCF tests on moonlight will be hopefully done at some stage. > > Atsushi Eno > > On 2009/12/17 2:31, Andrus wrote: > > Is WCF binary protocol implemented ? > > Is WCF binary protocol tested with SilverLight / Moonlight ? > > > > Andrus. > > > > ----- Original Message ----- > > From: "Atsushi Eno"<[email protected] > <mailto:[email protected]>> > > To: "J.P."<[email protected] > <mailto:[email protected]>> > > Cc:<[email protected] <mailto:[email protected]>> > > Sent: Wednesday, December 16, 2009 7:26 PM > > Subject: Re: [Mono-list] [Mono-dev] Announcing the release of > Mono 2.6 and > > MonoDevelop 2.2 > > > > > > > >> If you are aware of WCF bugs, please file a bug ;-) > >> > >> Atsushi Eno > >> > >> On 2009/12/16 11:00, J.P. wrote: > >> > >>> Wow!! AWESOME!!! Wcf work correctly! (but has a simple bug..) > >>> > >>> Now I'm going to stress tests for my daemons. > >>> > >>> I'll love Mono, forever ^^ > >>> > >>> > >>> _______________________________________________ > >>> Mono-list maillist - [email protected] > <mailto:[email protected]> > >>> http://lists.ximian.com/mailman/listinfo/mono-list > >>> > >>> > >> _______________________________________________ > >> Mono-list maillist - [email protected] > <mailto:[email protected]> > >> http://lists.ximian.com/mailman/listinfo/mono-list > >> > > _______________________________________________ > > Mono-list maillist - [email protected] > <mailto:[email protected]> > > http://lists.ximian.com/mailman/listinfo/mono-list > > > > > > > > > > _______________________________________________ > Mono-list maillist - [email protected] > <mailto:[email protected]> > http://lists.ximian.com/mailman/listinfo/mono-list > > _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
