| 123456789101112131415161718192021222324252627282930313233343536373839 |
- 2008-10-23 Atsushi Enomoto <[email protected]>
- * WebHttpSecurity.cs, WebHttpBinding.cs:
- add experimental monotouch build.
- 2008-04-13 Igor Zelmanovich <[email protected]>
- * WebHttpBinding.cs:
- consider fixed API in BindingElementCollection class.
- 2008-02-14 Atsushi Enomoto <[email protected]>
- * WebHttpBinding.cs : implemented every remaining member but
- configuration support.
- * WebHttpSecurity.cs : implement Transport.
- 2008-02-12 Atsushi Enomoto <[email protected]>
- * WebHttpBinding.cs : use ManualAddressing.
- 2008-02-08 Atsushi Enomoto <[email protected]>
- * WebHttpBinding.cs : Scheme could be HTTPS.
- it implements IBindingRuntimePreferences.
- 2008-02-06 Atsushi Enomoto <[email protected]>
- * WebHttpSecurity.cs, WebHttpBinding.cs, WebHttpSecurityMode.cs:
- added missing file headers.
- 2008-02-05 Atsushi Enomoto <[email protected]>
- * WebHttpBinding.cs : rewrote most of properties to reuse
- HttpTransportBindingElement. Implemented couple more of members.
- 2007-12-07 Atsushi Enomoto <[email protected]>
- * WebHttpBinding.cs WebHttpSecurity.cs WebHttpSecurityMode.cs:
- stubs.
|