Re: [Mono-dev] Open source .Net, and TLS 1.1 1.2

2014-12-16 Thread Jonathan Pryor
On Dec 15, 2014, at 6:54 AM, Edward Ned Harvey (mono) edward.harvey.m...@clevertrove.com wrote: I'll look into __MonoCS__ to see if it does what I'm looking for. It is not what you're looking for. __MonoCS__ is defined by the Mono C# compiler (mcs); that's all it means. It doesn't mean that

Re: [Mono-dev] Open source .Net, and TLS 1.1 1.2

2014-12-16 Thread Edward Ned Harvey (mono)
From: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list- boun...@lists.ximian.com] On Behalf Of Edward Ned Harvey (mono) From: Miguel de Icaza [mailto:mig...@xamarin.com] We would love a test case to add to the test suite. We are building a new test suite as part of

[Mono-dev] After an initial investigation of porting WCF to mono, this is what I've found so far

2014-12-16 Thread Bernie Schoch
References to XAML configuration #if XAML out References to COM #if COM out There are references to Transaction processing in Microsoft namespace is this something we need to support or #if it out? There is a ton of stuff missing from System.IdentityModel: This is where the majority of the

Re: [Mono-dev] After an initial investigation of porting WCF to mono, this is what I've found so far

2014-12-16 Thread Miguel de Icaza
My quick take, as I am about to bird a plane: - ifdef out transactions - SR missing stuff is pretty common, we have been stubbing these out, check the recent commits to mono/mcs/class/System to get an idea - use reference source for the landing spot. On Tuesday, December 16, 2014, Bernie Schoch

Re: [Mono-dev] wifi network access

2014-12-16 Thread Juan Cristóbal Olivares
You can use dbus-sharp: https://github.com/mono/dbus-sharp I created a small project as an example: https://github.com/juancri/DbusTest Let me know if you need any help. Regards, On Tue, Dec 16, 2014 at 4:16 AM, techi eth techi...@gmail.com wrote: Hi, Please let me know how can i access