Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-13[bcl] Remove NET_2_0 defines from the class libs. This has been done using: ↵Zoltan Varga
unifdef -t -DNET_2_0 -o <filename> <filename>.
2006-11-28time to set eol-style:native.Atsushi Eno
svn path=/trunk/mcs/; revision=68558
2006-11-222006-11-21 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* WebClientProtocol.cs HttpWebClientProtocol.cs SoapException.cs SoapHeaderException.cs HttpSimpleClientProtocol.cs SoapHttpClientProtocol.cs SoapMessage.cs: assorted cosmetic API fixes. svn path=/trunk/mcs/; revision=68318
2006-11-152006-11-15 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* WebService.cs: minor API fixes (attributes). * ServiceDescriptionImporter.cs : API fix. Now we can use new WebReferenceOptions. * DiscoveryReference.cs: FilenameFromUrl() is public. * SoapHeaderException.cs, SoapException.cs, SoapFaultSubcode.cs, Soap12FaultCodes.cs : API fixes, mostly for SoapFaultSubCode. * MonoWSDL2.cs : 2.0 API fixes (use WebReferenceOptions) svn path=/trunk/mcs/; revision=67882
2005-08-15* SoapException.cs: Only mark serializable on 2.0 profile.Gert Driesen
* SoapHeaderException.cs: Only mark serializable on 2.0 profile. * WebClientProtocol.cs: DefaultValue of RequestEncoding must be null to match MS.NET. Fixed line endings. svn path=/trunk/mcs/; revision=48384
2004-07-13 * HttpWebClientProtocol.cs, Soap12FaultCodes.cs, SoapClientMessage.cs,Lluis Sanchez
SoapException.cs, SoapHeader.cs, SoapHeaderException.cs, SoapHttpClientProtocol.cs, SoapMessage.cs, SoapRpcMethodAttribute.cs, SoapRpcServiceAttribute.cs, SoapServerMessage.cs: Api fixage (mainly missing attributes). svn path=/trunk/mcs/; revision=31069
2004-07-10 * HttpSimpleClientProtocol.cs, HttpWebClientProtocol.cs,Lluis Sanchez
SoapClientMessage.cs, SoapHttpClientProtocol.cs, SoapServerMessage.cs: Added 2.0 stubs. * SoapException.cs, SoapHeader.cs, SoapHeaderException.cs, SoapMessage.cs, SoapRpcMethodAttribute.cs, SoapRpcServiceAttribute.cs: Implemented some new methods and properties. * WebClientProtocol.cs: uri field must be internal. svn path=/trunk/mcs/; revision=30972
2004-06-21Add MIT license to System.Web.Services.DLLDuncan Mak
svn path=/trunk/mcs/; revision=30058
2002-07-232002-07-23 Tim Coleman <tim@timcoleman.com>Tim Coleman
* LogicalMethodTypes.cs: * SoapHeaderDirection.cs: * SoapMessageStage.cs: * SoapParameterStyle.cs: * SoapServiceRoutingStyle.cs: Explicitly define values in enum to match .NET. * SoapMessage.cs: Removed constructor which should not be present. * SoapException.cs: Made protected fields private as they should be. * SoapHeaderException.cs: Modifications to constructors to propertly call base class constructor svn path=/trunk/mcs/; revision=6087
2002-07-232002-07-22 Tim Coleman <tim@timcoleman.com>Tim Coleman
* SoapHeaderException.cs: Fixed name error in constructor * SoapUnknownHeader.cs: Added reference to System.Xml.Serialization svn path=/trunk/mcs/; revision=6036
2002-07-232002-07-22 Tim Coleman <tim@timcoleman.com>Tim Coleman
* SoapHeaderException.cs: New file added svn path=/trunk/mcs/; revision=6035