ChangeLog 1010 B

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