| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- 2006-01-03 Chris Toshok <[email protected]>
- * WsiProfiles.cs: new 2.0 enum.
- 2005-06-08 Konstantin Triger <[email protected]>
- * WebMethodAttribute.cs: Added TARGET_J2EE ifdef to remove the EnterpiseServices dependency, which are not supported yet under this target
- 2004-08-25 Lluis Sanchez Gual <[email protected]>
- * WebService.cs: Get the HttpContext from the HttpContext.Current, do not
- wait to be set with SetContext. In this way the context is available
- in the web service constructor.
- 2004-07-13 Lluis Sanchez Gual <[email protected]>
- * WebServiceBindingAttribute.cs, WsiClaims.cs: Added missing attributes.
- 2004-07-10 Lluis Sanchez Gual <[email protected]>
- * WebService.cs: Added SoapVersion property.
- * WebServiceBindingAttribute.cs: New 2.0 properties.
- * WsiClaims.cs: Added new enumeration.
- 2004-05-12 Lluis Sanchez Gual <[email protected]>
- * WebService.cs: Take the session from the context.
- 2004-05-05 Gonzalo Paniagua Javier <[email protected]>
- * WebService.cs: added a HttpSessionState field and a setter method.
- Session now returns null if EnableSession is not set for the method
- invoked.
- 2004-02-05 Alon Gazit <[email protected]>
- * WebMethodAttribute.cs:
- * WebServicesDescriptionAttribute.cs:
- * WebServiceAttribute.cs:
- * WebServiceBindingAttribute.cs: This attribute is inherited by derived
- classes.changed the AttributeUsage attribute.
-
- 2004-02-05 Alon Gazit <[email protected]>
- * WebServiceBindingAttribute.cs: This attribute is multiuse.
- Changed the AttributeUsage attribute.
- 2004-01-10 Gonzalo Paniagua Javier <[email protected]>
- * WebService.cs: added SetContext ().
- 2003-02-25 Dave Bettin <[email protected]>
- * WebService.cs:
- Changed private application to HttpContext
- 2002-08-19 Tim Coleman <[email protected]>
- * WebService.cs:
- Change the attribute on Application to Description
- instead of WebServicesDescription.2002-08-19 Tim Coleman
- 2002-08-15 Tim Coleman <[email protected]>
- * WebServicesDescriptionAttribute:
- Added Description property. Should've known I spoke
- too soon about being complete. :-)
- 2002-08-07 Tim Coleman <[email protected]>
- * WebMethodAttribute.cs:
- Remove FIXME and reorganize constructors to all
- call this () with the big constructor.
- * WebServiceAttribute.cs:
- Remove FIXME.
- * WebServiceBindingAttribute.cs:
- Remove FIXME, and change ns to be String.Empty by
- default (this is the MS implementation). Reorganize
- constructors.
- * WebServicesDescriptionAttribute.cs:
- Code reformat.
- * TODOAttribute.cs:
- Changed namespace.
- *** This namespace should now be complete. ***
- 2002-07-23 Tim Coleman <[email protected]>
- * WebService.cs:
- Change Description to WebServicesDescription
- * WebServicesDescriptionAttribute.cs:
- Add back constructor as MS build doesn't
- seem to like it missing. Now calls base()
- with the string. Also remove the sealed
- modifier and change the attribute targets.
- 2002-07-23 Tim Coleman <[email protected]>
- * WebServicesDescriptionAttribute.cs:
- Removed the "guts" because they are defined in
- System.ComponentModel.DescriptionAttribute.
- * WebService.cs:
- Added attributes which were missing based on the
- class status page. Also added an HttpApplication
- object and modified the properties to use that
- object.
- 2002-07-22 Tim Coleman <[email protected]>
- * WebServicesDescriptionAttribute.cs:
- Added for build in System.Web.Services.Protocols
- 2002-07-22 Tim Coleman <[email protected]>
- * WebMethodAttribute.cs:
- Remove comments around TransactionOption bits
- because I added that enum.
- * WebServiceAttribute.cs:
- * WebServiceBindingAttribute.cs:
- Added "sealed" to protection level, which I missed
- before.
- 2002-07-19 Tim Coleman <[email protected]>
- * ChangeLog:
- * TODOAttribute.cs:
- * WebMethodAttribute.cs:
- * WebService.cs:
- * WebServiceAttribute.cs:
- * WebServiceBindingAttribute.cs:
- Initial implementation
|