[Mono-devel-list] [PATCH] System.Web.Service protocols

Lluis Sanchez lluis at ximian.com
Mon Jun 6 05:35:36 EDT 2005


Hi,

Feel free to commit. However, please split that 5 line "if" to make
easier to understand what is it actually checking.

And of course, the ChangeLog is missing.

Thanks!
Lluis.

El dl 06 de 06 del 2005 a les 10:38 +0200, en/na Pál Kornél va escriure:
> Hi,
> 
> NET Framework 1.1 supports protocols "HttpPostLocalhost" and "HttpSoap1.2". 
> NET Framework 2.0 renames the latter to "HttpSoap12".
> HttpPostLocalhost is the same as HttpPost but intended for debugging 
> purposes from the local host only.
> 
> NET Framework interprets "HttpSoap" as 1.1 and "HttpSoap1.2" as 1.2 and 
> support both protocols only if both of them are enabled.
> 
> This patch adds a complete implementation of "HttpPostLocalhost" and maps 
> "HttpSoap1.2" to "HttpSoap".
> 
> I don't know whether Mono supports HttpSoap 1.2, but I did not find a way to 
> restrict the usage of a single protocol version so I added a name map for 
> compatibility.
> 
> Please comment the patch.
> 
> Kornél 
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list




More information about the Mono-devel-list mailing list