| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- 2008-04-21 Igor Zelmanovich <[email protected]>
- * WebHttpBehavior.cs : override endpoint's ContractFilter
- as well as AddressFilter.
- 2008-04-16 Atsushi Enomoto <[email protected]>
- * WebHttpBehavior.cs : now that ServiceHost calls Validate(),
- it prevents webHttpBinding working. So, removed NIE.
- 2008-02-15 Atsushi Enomoto <[email protected]>
- * WebHttpBehavior.cs : removed couple of MonoTODOs.
- 2008-02-15 Atsushi Enomoto <[email protected]>
- * WebHttpBehavior.cs : ApplyDispatchBehavior() sets address filter.
- 2008-02-15 Atsushi Enomoto <[email protected]>
- * WebHttpBehavior.cs :
- Call AddClientErrorInspector() in ApplyClientBehavior().
- Call AddServerErrorHandlers() in ApplyDispatchBehavior().
- 2008-02-14 Atsushi Enomoto <[email protected]>
- * WebHttpBehavior.cs : pass itself to WebMessageFormatter too.
- 2008-02-14 Atsushi Enomoto <[email protected]>
- * WebHttpBehavior.cs : now WebMessageFormatter requires
- QueryStringConverter. Hence implemented GetQueryStringConverter().
- 2008-02-14 Atsushi Enomoto <[email protected]>
- * WebHttpBehavior.cs : use WebMessageFormatter (note that they are
- not done yet).
- 2008-02-13 Atsushi Enomoto <[email protected]>
- * WebScriptEnablingBehavior.cs : new stub.
- 2008-02-12 Atsushi Enomoto <[email protected]>
- * WebHttpBehavior.cs : some implementation (sorta wrong).
- 2008-02-07 Atsushi Enomoto <[email protected]>
- * WebHttpBehavior.cs : stub.
|