ChangeLog 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. 2008-10-23 Atsushi Enomoto <[email protected]>
  2. * WebHttpSecurity.cs, WebHttpBinding.cs:
  3. add experimental monotouch build.
  4. 2008-04-13 Igor Zelmanovich <[email protected]>
  5. * WebHttpBinding.cs:
  6. consider fixed API in BindingElementCollection class.
  7. 2008-02-14 Atsushi Enomoto <[email protected]>
  8. * WebHttpBinding.cs : implemented every remaining member but
  9. configuration support.
  10. * WebHttpSecurity.cs : implement Transport.
  11. 2008-02-12 Atsushi Enomoto <[email protected]>
  12. * WebHttpBinding.cs : use ManualAddressing.
  13. 2008-02-08 Atsushi Enomoto <[email protected]>
  14. * WebHttpBinding.cs : Scheme could be HTTPS.
  15. it implements IBindingRuntimePreferences.
  16. 2008-02-06 Atsushi Enomoto <[email protected]>
  17. * WebHttpSecurity.cs, WebHttpBinding.cs, WebHttpSecurityMode.cs:
  18. added missing file headers.
  19. 2008-02-05 Atsushi Enomoto <[email protected]>
  20. * WebHttpBinding.cs : rewrote most of properties to reuse
  21. HttpTransportBindingElement. Implemented couple more of members.
  22. 2007-12-07 Atsushi Enomoto <[email protected]>
  23. * WebHttpBinding.cs WebHttpSecurity.cs WebHttpSecurityMode.cs:
  24. stubs.