ChangeLog 39 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139
  1. 2009-09-11 Atsushi Enomoto <[email protected]>
  2. * ServiceMetadataExtension.cs : reflect ServiceHostBase change.
  3. 2009-09-11 Atsushi Enomoto <[email protected]>
  4. * ServiceDebugBehavior.cs : help page enabling properties are true
  5. by default (fix regressions).
  6. 2009-09-06 Atsushi Enomoto <[email protected]>
  7. * ContractDescriptionGenerator.cs : default action name is prepended
  8. "urn:", and on the other hand do not add extra '/' in such case.
  9. 2009-09-06 Atsushi Enomoto <[email protected]>
  10. * ContractDescriptionGenerator.cs : end method lookup should be
  11. done against the type that defines begin method.
  12. 2009-09-01 Atsushi Enomoto <[email protected]>
  13. * MustUnderstandBehavior.cs : fix build.
  14. 2009-09-01 Atsushi Enomoto <[email protected]>
  15. * ClientCredentials.cs, ClientViaBehavior.cs,
  16. MustUnderstandBehavior.cs : implement most of the methods.
  17. 2009-08-21 Atsushi Enomoto <[email protected]>
  18. * ServiceMetadataExtension.cs:
  19. some dependent changes to ServiceHostBase.
  20. 2009-08-11 Atsushi Enomoto <[email protected]>
  21. * DataContractSerializerOperationBehavior.cs : add missing members.
  22. 2009-08-11 Atsushi Enomoto <[email protected]>
  23. * MetadataExchangeClient.cs : add missing async methods.
  24. 2009-08-11 Atsushi Enomoto <[email protected]>
  25. * MetadataResolver.cs : added remaining methods.
  26. * MetadataExchangeClient.cs : a bit of required changes for above.
  27. 2009-08-11 Atsushi Enomoto <[email protected]>
  28. * ServiceDebugBehavior.cs, ServiceMetadataBehavior.cs :
  29. add Binding properties. Properties are now auto.
  30. * ServiceMetadataExtension.cs : take Binding too to build dispatcher.
  31. 2009-08-10 Atsushi Enomoto <[email protected]>
  32. * ServiceContractGenerator.cs : removed ChannelBase proxy stuff,
  33. which will be moved to svcutil source.
  34. The targets for extension should be the interface, not the client
  35. class.
  36. 2009-08-10 Atsushi Enomoto <[email protected]>
  37. * ServiceContractGenerator.cs,
  38. OperationContractGenerationContext.cs : support extensions i.e.
  39. IServiceContractGenerationExtension and IOperation...(ditto) .
  40. 2009-08-10 Atsushi Enomoto <[email protected]>
  41. * ServiceContractGenerator.cs : first step to add moonlight-based
  42. client proxy generator (it is not supported in 3.5. needs to be
  43. enabled by some hook, such as reflection-based hack).
  44. 2009-08-07 Atsushi Enomoto <[email protected]>
  45. * ContractDescription.cs : wcf & 2.1 is specially annoying land :(
  46. 2009-08-07 Atsushi Enomoto <[email protected]>
  47. * ContractDescriptionGenerator.cs : add new contract getter to
  48. create callback contract type (which does not demand
  49. ServiceContractAttribute).
  50. 2009-08-07 Atsushi Enomoto <[email protected]>
  51. * ServiceEndpoint.cs, ContractDescription.cs : moved client runtime
  52. creator from former to latter.
  53. 2009-08-06 Atsushi Enomoto <[email protected]>
  54. * ServiceEndpoint.cs : follow ClientRuntime change.
  55. 2009-07-31 Atsushi Enomoto <[email protected]>
  56. * ServiceEndpoint.cs : ListenUri defaults to Address.Uri.
  57. 2009-07-02 Atsushi Enomoto <[email protected]>
  58. * ContractDescriptionGenerator.cs : actually it had to fill all of
  59. the interface methods (and implementation methods).
  60. 2009-07-02 Atsushi Enomoto <[email protected]>
  61. * ContractDescriptionGenerator.cs : do not reject derived service
  62. contract from another service contract type.
  63. 2009-06-10 Atsushi Enomoto <[email protected]>
  64. * ServiceThrottlingBehavior.cs : implement Validate() (nothing to do
  65. here).
  66. 2009-06-09 Atsushi Enomoto <[email protected]>
  67. * ServiceThrottlingBehavior.cs : implement.
  68. 2009-05-28 Atsushi Enomoto <[email protected]>
  69. * ContractDescriptionGenerator.cs : fill ProtectionLevel by
  70. OperationContractAttribute.
  71. 2009-05-13 Atsushi Enomoto <[email protected]>
  72. * ServiceCredentials.cs : IServiceBehavior.Validate() should not
  73. throw NIE. No check so far.
  74. 2009-03-06 Atsushi Enomoto <[email protected]>
  75. * MessageBodyDescription.cs, MessagePartDescription.cs,
  76. OperationDescription.cs, MessageDescriptionCollection.cs:
  77. clean up extra todos.
  78. 2009-03-05 Atsushi Enomoto <[email protected]>
  79. * ContractDescriptionGenerator.cs : fill service known types.
  80. 2009-02-26 Atsushi Enomoto <[email protected]>
  81. * ServiceContractGenerator.cs : ClientBase<> argument type must be
  82. class (the class itself is to be fixed soon as well).
  83. 2009-02-20 Atsushi Enomoto <[email protected]>
  84. * ServiceEndpoint.cs : moved CreateRuntime() from ChannelFactory<T>.
  85. 2009-02-12 Atsushi Enomoto <[email protected]>
  86. * ContractDescriptionGenerator.cs : do not write body wrapper element
  87. when IsWrapped = false.
  88. 2009-02-04 Atsushi Enomoto <[email protected]>
  89. * ServiceContractGenerator.cs : add async operation support (might
  90. be hacky under some condition).
  91. 2009-01-23 Atsushi Enomoto <[email protected]>
  92. * ContractDescriptionGenerator.cs : async begin method with
  93. [MessageContract] has 3 parameters, not 1.
  94. 2009-01-22 Atsushi Enomoto <[email protected]>
  95. * DataContractSerializerMessageContractImporter.cs :
  96. for such an element that does not contain schema type but has a
  97. type reference, use ImportSchemaType().
  98. 2009-01-21 Atsushi Enomoto <[email protected]>
  99. * DataContractSerializerMessageContractImporter.cs :
  100. some refactoring. Process all schemas, including those in WSDLs.
  101. 2009-01-07 Atsushi Enomoto <[email protected]>
  102. * ContractDescription.cs : fix by corcompare.
  103. 2008-05-28 Noam Lampert <[email protected]>
  104. * ContractDescriptionGenerator.cs: Allow services to implement more than one contract.
  105. 2008-05-22 Noam Lampert <[email protected]>
  106. * ServiceDebugBehavior.cs: Correctly propagate IncludeExceptionDetailsInFaults. Previous code
  107. overwrote values set in ServiceBehaviorAttribute.
  108. 2008-05-22 Roei Erez <[email protected]>
  109. * fix ContractDescription.GetContract implementation
  110. * Refactor Request processing
  111. * Add support for message inspectors
  112. * Add support for InstanceContextProvider & InstanceProvider, including lifecycles events
  113. like: ReleaseServiceInstance, Open, Close...
  114. * Add relevant test cases.
  115. 2008-05-01 Eyal Alaluf <[email protected]>
  116. * ContractDescriptionGenerator.cs: Support specifying custom names of
  117. operations, actions, parameters and return value via attributes.
  118. 2008-04-21 Igor Zelmanovich <[email protected]>
  119. * ServiceDebugBehavior.cs: implement ApplyDispatchBehavior.
  120. * ServiceMetadataBehavior.cs: fix ApplyDispatchBehavior.
  121. * ServiceMetadataExtension.cs: refactoring, serves both
  122. ServiceDebugBehavior and ServiceMetadataBehavior by providing suitable
  123. functionality.
  124. 2008-04-21 Igor Zelmanovich <[email protected]>
  125. * WsdlExporter.cs: fix ExportEndpoint: SoapBinding.Style is initialized
  126. with SoapBindingStyle.Document value.
  127. 2008-04-17 Vladimir Krasnov <[email protected]>
  128. * ServiceEndpoint.cs: fixed Name property
  129. 2008-04-10 Eyal Alaluf <[email protected]>
  130. * TypedMessageConverter.cs: Simplified to use XmlMessagesFormatter and
  131. DataContractMessagesFormatter that handle the actual message
  132. serialization/deserialization.
  133. Added support for XmlSerializaerFormat serialization.
  134. * ContractDescriptionGenerator.cs: Refactored to expose utilities for
  135. creating MessageDescription from types for TypedMessageConverter use.
  136. * ServiceModelInternalConverter.cs: Removed.
  137. 2008-04-08 Roei Erez <[email protected]>
  138. * ServiceAuthorizationBehavior.cs:
  139. -- remove throwing NotImplementedException and add MonoTODO
  140. * ServiceDebugBehavior.cs
  141. -- remove throwing NotImplementedException and add MonoTODO
  142. * ServiceEndpoint.cs
  143. -- Add validate method.
  144. * ServiceMetadataBehavior.cs
  145. -- remove throwing NotImplementedException and add MonoTODO
  146. 2008-03-24 Igor Zelmanovich <[email protected]>
  147. * PolicyVersion.cs: imפlement ToString method, fix Namespace property.
  148. * ServiceTimeoutsBehavior.cs: add internal class behavior corresponds
  149. ServiceTimeoutsElement.
  150. 2008-03-23 Vladimir Krasnov <[email protected]>
  151. * ContractDescriptionGenerator.cs: fixed GetMessage, fixed namespace
  152. while creating message part
  153. 2008-03-04 Eyal Alaluf <[email protected]>
  154. * ContractDescriptionGenerator.cs: Init ConfigurationName from attribute.
  155. 2008-02-27 Eyal Alaluf <[email protected]>
  156. * MetadataSectionSerializerBase.cs WSTrustMessageConverters.cs:
  157. Fix compilation warnings.
  158. 2008-02-16 Atsushi Enomoto <[email protected]>
  159. * CallbackDebugBehavior.cs : new class.
  160. 2008-02-15 Atsushi Enomoto <[email protected]>
  161. * ContractDescriptionGenerator.cs : When reflecting a method,
  162. iterate attributes and added such attribute that implements
  163. IOperationBehavior to operation's Behaviors.
  164. 2007-08-17 Atsushi Enomoto <[email protected]>
  165. * TypedMessageConverter.cs, ServiceModelInternalConverter.cs,
  166. ContractDescriptionGenerator.cs : significant rewrite for
  167. message serialization and deserialization. Proxy types are not
  168. created anymore. Instead, serializers are created for every
  169. message member. (Deserialization had been broken due to missing
  170. default constructor of the proxy type.)
  171. 2007-08-16 Atsushi Enomoto <[email protected]>
  172. * ServiceModelInternalConverter.cs : use MessagePartDescription.Name
  173. instead of MemberInfo.Name.
  174. 2007-08-16 Atsushi Enomoto <[email protected]>
  175. * TypedMessageConverter.cs ServiceModelInternalConverter.cs
  176. ContractDescriptionGenerator.cs :
  177. support MessageContractAttribute wrapper name specification and
  178. non-wrapping outputs.
  179. 2007-07-26 Atsushi Enomoto <[email protected]>
  180. * ContractDescriptionGenerator.cs : reverted previous change. It is
  181. conceptually wrong. RegisterInfo serialization is still possible
  182. because it could contain private DataContract member which works
  183. as a proxy to get or set properties on the RegisterInfo itself.
  184. 2007-07-26 Atsushi Enomoto <[email protected]>
  185. * ContractDescriptionGenerator.cs : added hack to support
  186. [MessageContract] type which has no [MessageBody] member.
  187. 2007-03-30 Atsushi Enomoto <[email protected]>
  188. * WSTrustSTSContract.cs : write prefixes.
  189. 2007-03-27 Atsushi Enomoto <[email protected]>
  190. * WSTrustMessageConverters.cs, WSTrustSTSContract.cs:
  191. now they could be used for both TLS and SPNego.
  192. 2007-03-20 Atsushi Enomoto <[email protected]>
  193. * WSTrustMessageConverters.cs : fixed incorrect empty element check.
  194. * WSTrustSTSContract.cs :
  195. Fixed Lifetime content namespace. Write KeySize.
  196. 2007-03-20 Atsushi Enomoto <[email protected]>
  197. * WSTrustSTSContract.cs, WSTrustMessageConverters.cs :
  198. process RequestedProofToken as raw TLS 1.0 application data, which
  199. is likely a shared key.
  200. 2007-03-19 Atsushi Enomoto <[email protected]>
  201. * WSTrustSTSContract.cs : support t:Authenticator output in RSTR.
  202. 2007-03-13 Atsushi Enomoto <[email protected]>
  203. * WSTrustSTSContract.cs, WSTrustMessageConverters.cs :
  204. (This inidividual commit breaks the build.)
  205. Support all xml contents required for Sslnego RSTR collection.
  206. 2007-03-08 Atsushi Enomoto <[email protected]>
  207. * WSTrustSTSContract.cs, WSTrustMessageConverters.cs :
  208. Added IssueReply() operation to support RSTR from client.
  209. Several fixes to read and write RSTR correctly.
  210. 2007-03-07 Atsushi Enomoto <[email protected]>
  211. * ServiceMetadataExtension.cs :
  212. DispatchRuntime.InternalEndpointDispatcher was eliminated.
  213. 2007-03-05 Atsushi Enomoto <[email protected]>
  214. * WSTrustSTSContract.cs, WSTrustMessageConverters.cs :
  215. added missing support for token negotiation (WS-Trust section 10.3).
  216. 2007-01-11 Atsushi Enomoto <[email protected]>
  217. * ServiceCredentials.cs : oops.
  218. 2007-01-11 Atsushi Enomoto <[email protected]>
  219. * ClientCredentials.cs, ServiceCredentials.cs : Clone() throws
  220. NotImplementedException when it returns an instance of different
  221. type.
  222. 2006-12-14 Atsushi Enomoto <[email protected]>
  223. * ServiceMetadataExtension.cs : raising an NIE than returning null
  224. is better (at least it avoids extra debugging).
  225. 2006-12-04 Atsushi Emomoto <[email protected]>
  226. * WsdlExporter.cs : Binding.MessageVersion could be null.
  227. 2006-12-04 Atsushi Emomoto <[email protected]>
  228. * DataContractSerializerMessageContractImporter.cs :
  229. The latest XmlSchemaImporter.ImportTypeMapping() correctly reports
  230. an error for xs:* primitive type argument. So it should not do
  231. that as well.
  232. 2006-12-04 Atsushi Emomoto <[email protected]>
  233. * MetadataSectionSerializerBase.cs : Build fix.
  234. It was based on old 2.0 beta API
  235. 2006-10-18 Ankit Jain <[email protected]>
  236. * ServiceMetadataBehavior.cs (AddBindingParameters): Add endpoint for
  237. HTTP GET requests.
  238. (ApplyDispatchBehavior): Move code to add *InstanceContextProviders to ..
  239. * ServiceMetadataExtension.cs (ServiceMetadataExtension.Attach): .. here.
  240. (HttpGetWsdl): Service HTTP GET requests like ?wsdl.
  241. 2006-10-17 Ankit Jain <[email protected]>
  242. * WsdlExporter.cs (ExportEndpoint): Don't emit Soap* if
  243. MessageVersion.None
  244. (ExportService): Likewise.
  245. 2006-10-13 Ankit Jain <[email protected]>
  246. * WsdlExporter.cs (ExportContract): Move code to ..
  247. (ExportContractInternal): .. this. Add support for IWsdlExportExtension.
  248. (ExportEndpoint): Add support for IWsdlExportExtension.
  249. (ExportService): Return Port.
  250. * DataContractSerializerOperationBehavior.cs : Add IWsdlExportExtension
  251. interface.
  252. 2006-10-12 Atsushi Emomoto <[email protected]>
  253. * ServiceDebugBehavior.cs : added Http[s]Help properties.
  254. 2006-10-04 Atsushi Emomoto <[email protected]>
  255. * ServiceCredentials.cs : do nothing in ApplyDispatchBehavior().
  256. 2006-10-04 Atsushi Emomoto <[email protected]>
  257. * ContractDescriptionGenerator.cs : reject async begin method whose
  258. name does not begin with "Begin". (It even applies to operations
  259. which has OperationContractAttribute with an explicit name(!).)
  260. 2006-10-04 Ankit Jain <[email protected]>
  261. * ServiceAuthorizationBehavior.cs (ApplyDispatchBehavior): Remove NYI
  262. exception.
  263. * ServiceMetadataBehavior.cs (ApplyDispatchBehavior): Instantiate and add a
  264. ServiceMetadataExtension to service host's extensions. Also, set the
  265. InstanceContextProvider for endpoints with IMetadataExchange contract
  266. to MexInstanceContextProvider.
  267. * ServiceMetadataExtension.cs (Metadata): Add internal 'set'.
  268. 2006-10-04 Atsushi Emomoto <[email protected]>
  269. * OperationDescriptionCollection.cs,
  270. ContractDescriptionGenerator.cs : operation names must not conflict
  271. each other.
  272. 2006-10-04 Ankit Jain <[email protected]>
  273. * ServiceContractGenerator.cs (GenerateProxyClass): Make .ctors public.
  274. 2006-10-03 Atsushi Emomoto <[email protected]>
  275. * ContractDescriptionGenerator.cs : EndBlah() must not be assigned an
  276. OperationContractAttribute.
  277. 2006-09-22 Atsushi Emomoto <[email protected]>
  278. * LocalServiceSecuritySettings.cs : fix Clone().
  279. 2006-09-22 Atsushi Emomoto <[email protected]>
  280. * ContractDescriptionGenerator.cs : copy ProtectionLevel from attributes
  281. to descriptions if required.
  282. 2006-09-22 Atsushi Emomoto <[email protected]>
  283. * FaultDescription.cs, MessageDescription.cs, ContractDescription.cs,
  284. MessagePartDescription.cs, OperationDescription.cs :
  285. Fixed HasProtectionLevel. It is always true when ProtectionLevel is set.
  286. 2006-09-18 Ankit Jain <[email protected]>
  287. * WsdlExporter.cs (ExportEndpoint): Throw if endpoint.Binding is null.
  288. (ExportParameters):
  289. (ExportTypeMessage): Reprocess the schema.
  290. 2006-09-08 Ankit Jain <[email protected]>
  291. * WsdlExporter.cs (ExportParameters): Split into this and ..
  292. (ExportMessageBodyDescription): .. this.
  293. Check for duplicate message elements.
  294. (IsTypeMessage): Checks is a MessageBodyDescription has a single part of
  295. type System.ServiceModel.Channels.Message
  296. (ExportTypeMessage): Exports a complex type for type
  297. System.ServiceModel.Channels.Message
  298. 2006-09-07 Ankit Jain <[email protected]>
  299. * WsdlExporter.cs (ExportedContracts): New hashtable to keep track of
  300. the exported contracts.
  301. (ExportContract): Throw exception if contract has already been exported.
  302. 2006-09-07 Ankit Jain <[email protected]>
  303. * MetadataBundle.cs (MetadataSet.WriteTo): Remove WriteStartDocument
  304. as suggested by Atsushi.
  305. 2006-09-07 Ankit Jain <[email protected]>
  306. * MetadataBundle.cs (MetadataSet.WriteTo): Add WriteStartDocument.
  307. 2006-09-07 Ankit Jain <[email protected]>
  308. * WsdlExporter.cs (ExportService): Export <service> and <port>.
  309. (GetService): New.
  310. (XsdExporter): New. Update code to use this instead of the
  311. field, xsd_exporter.
  312. (schema_set): Remove.
  313. (GeneratedXmlSchemas): Use XsdExporter.Schemas directly.
  314. 2006-09-07 Ankit Jain <[email protected]>
  315. * WsdlExporter.cs (ExportContract): Add 'imports'.
  316. 2006-09-07 Atsushi Emomoto <[email protected]>
  317. * ServiceCredentials.cs : added missing members.
  318. 2006-09-06 Ankit Jain <[email protected]>
  319. * WsdlExporter.cs (ExportContract): Use String.Concat
  320. * ContractDescriptionGenerator.cs
  321. (ContractDescriptionGenerator.GetOperation): Set IsOneWay.
  322. * OperationDescription.cs (OperationDescription.IsOneWay): Add an
  323. internal setter.
  324. 2006-09-06 Ankit Jain <[email protected]>
  325. * WsdlExporter.cs (WsdlExporter.ExportEndpoint): Initial implementation.
  326. 2006-09-06 Atsushi Emomoto <[email protected]>
  327. * ServiceMetadataBehavior.cs : updated API to RC1.
  328. 2006-09-05 Ankit Jain <[email protected]>
  329. * WsdlExporter.cs (WsdlExporter.ExportContract): Add Namespaces.
  330. 2006-09-05 Atsushi Emomoto <[email protected]>
  331. * ServiceModelInternalConverter.cs : when a message part type is null
  332. (such as void return value), supply dummy type (object).
  333. 2006-09-05 Ankit Jain <[email protected]>
  334. * MetadataBundle.cs (MetadataSet.WriteTo): Implement.
  335. * MetadataSectionSerializerBase.cs (WriteObject_ServiceDescription): Use
  336. ServiceDescription.Serializer to serialize.
  337. 2006-09-05 Ankit Jain <[email protected]>
  338. * WsdlExporter.cs (WsdlExporter.AddImport): New.
  339. (WsdlExporter.GetSchemaElementForPart): Add 'schema' param.
  340. (WsdlExporter.ExportContract): Update to changes.
  341. 2006-09-05 Ankit Jain <[email protected]>
  342. * MetadataSection.cs (MetadataSection.CreateFromSchema): Implement.
  343. (MetadataSection.CreateFromServiceDescription): Implement.
  344. * WsdlExporter.cs (WsdlExporter.GetGeneratedMetadata): Update to use
  345. new methods above.
  346. 2006-09-04 Ankit Jain <[email protected]>
  347. * WsdlExporter.cs: Initial implementation for ExportContract.
  348. * MetadataExporter.cs (GetGeneratedMetadata): Fix signature.
  349. * ContractDescriptionGenerator.cs (GetMessage): Seperate Namespace and
  350. Name with "/" if its not there in Namespace.
  351. 2006-08-30 Atsushi Emomoto <[email protected]>
  352. * ServiceMetadataBehavior.cs : for now avoid NotImplementedException.
  353. * ServiceDebugBehavior.cs : implemented AddBindingParameters() and
  354. ApplyDispatchBehavior().
  355. * ServiceCredentials.cs : implemented AddBindingParameters().
  356. 2006-08-28 Atsushi Emomoto <[email protected]>
  357. * WSTrustMessageConverters.cs : added response reader class.
  358. 2006-08-23 Atsushi Emomoto <[email protected]>
  359. * WSTrustSTSContract.cs : rewritten to not use DataContract.
  360. * WSTrustMessageConverters.cs : new file.
  361. 2006-08-22 Atsushi Emomoto <[email protected]>
  362. * ClientCredentials.cs :
  363. CloneCore() is virtual. CreateSecurityTokenManager() is public.
  364. * ServiceCredentials.cs :
  365. Added secure conversation credential.
  366. CreateSecurityTokenManager() is public.
  367. 2006-08-16 Atsushi Emomoto <[email protected]>
  368. * WSTrustSTSContract.cs : added some more members in request type.
  369. WST request and response types are renamed.
  370. 2006-08-14 Atsushi Emomoto <[email protected]>
  371. * WSTrustSTSContract.cs : added internal interface for security token
  372. service (STS).
  373. 2006-08-11 Atsushi Emomoto <[email protected]>
  374. * ClientCredentials.cs : implement CreateSecurityTokenManager() and
  375. partly AddBindingParameters().
  376. * ServiceCredentials.cs : CreateSecurityTokenManager() as well.
  377. 2006-08-10 Atsushi Emomoto <[email protected]>
  378. * ClientCredentials.cs : temporarily comment out NIE in
  379. ApplyClientBehavior().
  380. 2006-08-02 Atsushi Emomoto <[email protected]>
  381. * MetadataSectionSerializerBase.cs : made internal, namespace fix.
  382. 2006-07-31 Ankit Jain <[email protected]>
  383. * MetadataExchangeClient.cs (GetMetadataInternal): Use
  384. MessageHeaders.MessageId instead of manually adding the header.
  385. (SoapEnvelopeNamespace): Remove.
  386. (AddressingNamespace): Remove.
  387. 2006-07-28 Atsushi Emomoto <[email protected]>
  388. * ServiceCredentials.cs :
  389. added missing IssuedTokenAuthentication property.
  390. 2006-07-27 Ankit Jain <[email protected]>
  391. * DataContractSerializerMessageContractImporter.cs (resolveElement): Use
  392. XmlSchemaSet.Compile ()
  393. 2006-07-28 Atsushi Emomoto <[email protected]>
  394. * ClientCredentials.cs : initialize SupportInteractive as true.
  395. 2006-07-28 Atsushi Emomoto <[email protected]>
  396. * LocalClientSecuritySettings.cs : moved to S.SM.Channels.
  397. 2006-07-27 Ankit Jain <[email protected]>
  398. * MessagePartDescription.cs (TypeName):
  399. (XmlTypeMapping): New, internal properties, used by
  400. ServiceContractGenerator.
  401. * DataContractSerializerMessageContractImporter.cs (ImportContract):
  402. Handle a void return type.
  403. (resolveElement):
  404. (resolveParticle): Use XmlSchemaImporter to fill in
  405. MessagePartDescription.XmlTypeMapping .
  406. (GetCLRTypeName): New.
  407. * ServiceContractGenerator.cs (.ctor): Set default options.
  408. (GenerateServiceContractType): Support ChannelInterface.
  409. (GenerateProxyClass): Emit more .ctors
  410. (GenerateChannelInterface): New.
  411. (ExportInterface): Emit ServiceContractAttribute.Namespace property.
  412. (ExportParameters): New. Extract code for emitting methods params from
  413. AddOperationMethods & AddImplementationMethods.
  414. (ExportMessages): New. Emits method params using MessageDescriptionCollection.
  415. (ExportDataContract): New. Emits code for a DataContract from a XmlTypeMapping.
  416. (GetXmlNamespace): New. Gets the Namespace param of XmlTypeAttribute or
  417. XmlRootAttribute.
  418. 2006-07-27 Ankit Jain <[email protected]>
  419. * MetadataResolver.cs (ResolveContracts): Move the exception handling
  420. code for MetadataProxy.Get to ..
  421. * MetadataExchangeClient.cs (GetMetadataInternal): .. here.
  422. 2006-07-21 Atsushi Enomoto <[email protected]>
  423. * ClientCredentials.cs : July CTP API updates.
  424. 2006-07-18 Atsushi Enomoto <[email protected]>
  425. * PolicyConversionContext.cs : GetFaultBindingAssertions() argument:
  426. MessageFault -> FaultDescription.
  427. 2006-07-14 Atsushi Enomoto <[email protected]>
  428. * TypedMessageConverter.cs : implemented FromMessage() for
  429. DataContract converter. Though it won't work right now.
  430. 2006-07-14 Atsushi Enomoto <[email protected]>
  431. * ServiceModelInternalConverter.cs : It was bug #78855, and is fixed.
  432. * TypedMessageConverter.cs :
  433. June CTP changed to write wrapper element.
  434. Default URI is http://tempuri.org/, trailing '/' was missing.
  435. 2006-07-14 Atsushi Enomoto <[email protected]>
  436. * ServiceModelInternalConverter.cs :
  437. The runtime errors are still there...
  438. 2006-07-14 Atsushi Enomoto <[email protected]>
  439. * IContractBehavior.cs : The API became sane in June CTP.
  440. * MatchAllEndpointBehavior.cs : vanished.
  441. 2006-07-14 Atsushi Enomoto <[email protected]>
  442. * ServiceModelInternalConverter.cs : assembly.Save() does not seem
  443. to be required anymore. Maybe it was a runtime bug.
  444. 2006-07-13 Ankit Jain <[email protected]>
  445. * MetadataImporter.cs:
  446. * WsdlImporter.cs:
  447. * DataContractSerializerMessageContractImporter.cs:
  448. * MetadataResolver.cs: Update to June CTP changes.
  449. 2006-07-13 Atsushi Enomoto <[email protected]>
  450. * ContractDescriptionGenerator.cs : fix async method handling. Since
  451. begin methods return IAsyncResult, not the return value type, it
  452. should not be used to generate MessagePartDescription.
  453. OperationContractAttribute.ReplyAction should not be ignored.
  454. 2006-07-12 Atsushi Enomoto <[email protected]>
  455. * WebServiceHelper.cs : comment out the entire source (unused now).
  456. 2006-07-12 Atsushi Enomoto <[email protected]>
  457. * IMetadataExchange.cs : another unexpected change ;-)
  458. 2006-07-12 Atsushi Enomoto <[email protected]>
  459. * IMetadataExchange.cs : take back async methods.
  460. 2006-07-12 Ankit Jain <[email protected]>
  461. * MetadataTransferClient.cs: Renamed to ..
  462. * MetadataExchangeClient.cs: .. this. Update to June CTP changes.
  463. (MetadataExchangeClient.MetadataProxy): Proxy for IMetadataExchange
  464. service contract.
  465. (MetadataExchangeClient.GetMetadataInternal): Move GetMetadata() code
  466. here. Updated to use MetadataProxy instead of doing everything manually.
  467. * MetadataSectionSerializerBase.cs: Regenerated for the updated API.
  468. * MetadataReference.cs: June CTP updates. Now implements
  469. IXmlSerializable.
  470. * MetadataResolver.cs: Update for related changes in other classes. June
  471. CTP updates pending.
  472. * MetadataExchangeBindings.cs
  473. (MetadataExchangeBindings.CreateMexHttpBinding): Implement.
  474. 2006-07-11 Atsushi Enomoto <[email protected]>
  475. * ServiceDebugBehavior.cs : new file.
  476. 2006-07-10 Atsushi Enomoto <[email protected]>
  477. * ContractDescriptionGenerator.cs : support AsyncPattern methods.
  478. 2006-07-07 Atsushi Enomoto <[email protected]>
  479. * MessageContractConverter.cs, ServiceModelInternalConverter.cs :
  480. renamed file from former to latter.
  481. 2006-07-06 Atsushi Enomoto <[email protected]>
  482. * ServiceContractGenerator.cs : in ClientBase, InnerProxy -> Channel.
  483. 2006-07-06 Atsushi Enomoto <[email protected]>
  484. * MessageContractConverter.cs : exception type changed.
  485. 2006-07-05 Atsushi Enomoto <[email protected]>
  486. * ContractDescriptionGenerator.cs :
  487. MessageBodyAttribute -> MessageBodyMemberAttribute.
  488. 2006-07-05 Atsushi Enomoto <[email protected]>
  489. * ReflectedContractCollection.cs : removed unused file.
  490. 2006-07-05 Atsushi Enomoto <[email protected]>
  491. * ContractDescription.cs, ContractDescriptionGenerator.cs :
  492. some June CTP updates (SessionMode).
  493. 2006-07-04 Atsushi Enomoto <[email protected]>
  494. * TypedMessageConverter.cs : June CTP update.
  495. 2006-07-04 Atsushi Enomoto <[email protected]>
  496. * ViaUriBehavior.cs : renamed to ClientViaBehavior.
  497. File name is also being changed.
  498. 2006-07-03 Ankit Jain <[email protected]>
  499. * WsdlImporter.cs:
  500. * MetadataImporter.cs: Update for changes in other files. (June CTP)
  501. 2006-07-03 Ankit Jain <[email protected]>
  502. * XmlSerializerMessageContractConverter.cs: Renaming type to ..
  503. * XmlSerializerMessageContractImporter.cs: .. this.
  504. * DataContractSerializerMessageContractConverter.cs: Renaming type to ..
  505. * DataContractSerializerMessageContractImporter.cs: .. this.
  506. * IOperationContractGenerator.cs: Renaming to ..
  507. * IOperationContractGenerationExtension.cs: .. this.
  508. * IServiceContractGenerator.cs: Renaming to ..
  509. * IServiceContractGenerationExtension.cs: .. this.
  510. * DataContractSerializerOperationBehavior.cs:
  511. * MetadataResolver.cs:
  512. * MetadataSection.cs: Update to June CTP changes.
  513. * WsdlImporter.cs:
  514. * ServiceContractGenerator.cs: Update for changes in other files.
  515. * IMetadataExchange.cs: New.
  516. * MetadataExchangeBindings.cs: New.
  517. 2006-06-22 Atsushi Enomoto <[email protected]>
  518. * MessageContractConverter.cs : in MessageBodyToDataContractType(),
  519. support ReturnValue part as well.
  520. 2006-06-22 Atsushi Enomoto <[email protected]>
  521. * ContractDescriptionGenerator.cs : extracted public method
  522. GetOperationContractAttribute() from existing code.
  523. 2006-06-20 Atsushi Enomoto <[email protected]>
  524. * MessageContractConverter.cs : renaming type to
  525. ServiceModelInternalConverter as well as methods. Now it holds
  526. conversion from MessageBodyDescription to DataContract Type.
  527. * TypedMessageConverter.cs : dependent changes from above.
  528. * ContractDescriptionGenerator.cs :
  529. Temporarily commented out lines that rejects service contract
  530. that does not contain any operation contracts.
  531. Some refactoring.
  532. 2006-06-16 Ankit Jain <[email protected]>
  533. * MetadataSectionSerializerBase.cs: Remove debug Console.WriteLine-s.
  534. * WsdlImporter.cs: Streamline .ctors
  535. * MetadataImporter.cs: Likewise.
  536. * MetadataResolver.cs (MetadataResolver.Resolve): Update to use
  537. WSTransferGet instead of WsTransferGet.
  538. 2006-06-12 Atsushi Enomoto <[email protected]>
  539. * MessageContractConverter.cs, TypedMessageConverter.cs :
  540. Now it generates correct code, still emitting extra assemblies...
  541. 2006-06-12 Atsushi Enomoto <[email protected]>
  542. * MessageContractConverter.cs :
  543. Now it generates code (which is incorrect), spitting dummy.dll
  544. everywhere you run code that uses TypedMessageConverter...
  545. 2006-06-12 Ankit Jain <[email protected]>
  546. * MetadataSectionSerializerBase.cs: New.
  547. * MetadataBundle.cs (MetadataSet.ReadFrom): Use XmlSerializer for
  548. deserializing.
  549. (MetadataSet.ReadXml): Use MetadataSectionSerializer to deserialize
  550. MetadataSection-s.
  551. * MetadataImporter.cs (MetadataImporter..ctor): Use a predefined list of
  552. IPolicyImportExtensions if none is specified.
  553. * WsdlImporter.cs (WsdlImporter.ImportAllContracts): Cache the imported contracts.
  554. (WsdlImporter.ImportAllEndpoints): Implement.
  555. (WsdlImporter.ImportEndpoint): Likewise.
  556. (WsdlImporter..ctor): Use a predefined list of IWsdlImportExtentions if
  557. none is specified.
  558. * IWsdlImporter.cs (ImportContract):
  559. (ImportEndpoint): Fix param names.
  560. * WsdlEndpointConversionContext.cs: Update .ctor, and implement
  561. properties.
  562. * ServiceContractGenerator.cs: Update to not depend on
  563. contractDescription.ContractType as it can be null.
  564. * DataContractSerializerMessageContractConverter.cs (.resolveParticle):
  565. Add 'depth' param.
  566. 2006-06-12 Atsushi Enomoto <[email protected]>
  567. * TypedMessageConverter.cs, MessageContractConverter.cs :
  568. ongoing implementation using Mono.CodeGeneration.
  569. 2006-05-29 Atsushi Enomoto <[email protected]>
  570. * ServiceCredentials.cs, ClientCredentials.cs,
  571. ServiceMetadataBehavior.cs : moved from Sys.SvcModel.
  572. 2006-05-29 Atsushi Enomoto <[email protected]>
  573. * TypedMessageConverter.cs : some ToMessage() code.
  574. * MessageContractConverter.cs,
  575. * ContractDescriptionGenerator.cs : some code to generate contract
  576. type from an arbitrary Type.
  577. 2006-04-27 Ankit Jain <[email protected]>
  578. * WsdlImporter.cs:
  579. * DataContractSerializerMessageContractConverter.cs:
  580. * MetadataImporter.cs:
  581. * WsdlContractConversionContext.cs: Change member field names from
  582. camelCase to underscore_names.
  583. 2006-04-26 Ankit Jain <[email protected]>
  584. * MetadataBundle.cs (MetadataSet.ReadFrom): Initial implementation.
  585. (MetadataSet.Attributes): Add missing property.
  586. * MetadataReference.cs: Fix to match Feb CTP.
  587. * MetadataResolver.cs: Likewise.
  588. * MetadataSection.cs: Likewise.
  589. * MetadataImporter.cs (PolicyExtensions): Implement property.
  590. * MetadataTransferClient.cs (GetMetadata): Initial implementation.
  591. * WsdlImporter.cs: Initial implementation.
  592. * OperationDescription.cs (.ctor): Set is_initiating = true.
  593. * MessageDescription.cs (.ctor): 'action' parameter can be null or
  594. zero-length.
  595. * MessageBodyDescription.cs (Parts): Add internal set method.
  596. * WsdlContractConversionContext.cs (Contract): Implement property.
  597. (WsdlPortType): Likewise.
  598. * DataContractSerializerMessageContractConverter.cs (ImportContract):
  599. Initial implementation.
  600. * WebServiceHelper.cs: Copied from
  601. mcs/class/System.Web.Services/System.Web.Services.Protocols
  602. 2006-04-14 Atsushi Enomoto <[email protected]>
  603. * ContractDescriptionGenerator.cs : it is internal.
  604. * ServiceContractGenerator.cs : minimum implementation for
  605. GenerateServiceContractType() for "client-proxy-gen" tool.
  606. 2006-04-05 Atsushi Enomoto <[email protected]>
  607. * ContractDescriptionGenerator.cs : reject operation-less contract.
  608. 2006-04-05 Atsushi Enomoto <[email protected]>
  609. * ContractDescriptionGenerator.cs : The target contract type should be
  610. the interface, not the implementation type.
  611. 2006-03-17 Atsushi Enomoto <[email protected]>
  612. * ContractDescription.cs : extracted GetContract() implementation
  613. part into ContractDescriptionGenerator.cs.
  614. * ContractDescriptionGenerator.cs : new file.
  615. 2006-03-14 Atsushi Enomoto <[email protected]>
  616. * ServiceEndpointCollection.cs WsdlImporter.cs
  617. PolicyConversionContext.cs OperationDescriptionCollection.cs
  618. PolicyAssertionCollection.cs MessageDescriptionCollection.cs :
  619. couple of API fixes.
  620. 2006-02-23 Atsushi Enomoto <[email protected]>
  621. * PeerSecurityBehavior.cs ServiceCredentials.cs
  622. ServiceAuthorizationBehavior.cs :
  623. Dependent fixes for System.IdentityModel reorgainzation.
  624. 2006-02-23 Atsushi Enomoto <[email protected]>
  625. * EndpointBehaviorCollection.cs ChannelDescription.cs
  626. MessageHeaderDescriptionCollection.cs ServiceCredentials.cs
  627. FaultDescription.cs TypedMessageConverter.cs
  628. AspNetIntegrationRequirementsAttribute.cs
  629. MessageDescription.cs MessagePartDescriptionCollection.cs
  630. OperationBehaviorCollection.cs ListenUriBehavior.cs
  631. ServiceAuthorizationBehavior.cs ChannelBehaviorCollection.cs
  632. MessageBodyDescription.cs IContractBehavior.cs
  633. MessagePropertyDescriptionCollection.cs
  634. ContractBehaviorCollection.cs BehaviorCollection.cs
  635. ServiceEndpointCollection.cs ContractDescription.cs
  636. XmlFormatterOperationBehavior.cs FaultDescriptionCollection.cs
  637. ServiceSecurityAuditBehavior.cs IChannelBehavior.cs
  638. ServiceDescription.cs OperationBehaviorAttribute.cs
  639. MatchAllEndpointBehavior.cs IEndpointBehavior.cs
  640. ServiceMetadataBehavior.cs XmlSerializerOperationBehavior.cs
  641. ServiceBehaviorCollection.cs HostedBindingBehavior.cs
  642. MessageHeaderDescription.cs ViaUriBehavior.cs
  643. MessagePartDescription.cs OperationDescriptionCollection.cs
  644. IServiceBehavior.cs IOperationBehavior.cs
  645. MessagePropertyDescription.cs MustUnderstandBehavior.cs
  646. ServiceEndpoint.cs PeerSecurityBehavior.cs
  647. OperationDescription.cs MessageDescriptionCollection.cs
  648. ReflectedContractCollection.cs :
  649. moved from System.ServiceModel due to the API changes.
  650. 2006-02-23 Atsushi Enomoto <[email protected]>
  651. * ChannelBuildContext.cs ContractExportBehavior.cs
  652. IMessageEncodingBindingElement.cs IOperationContractGenerator.cs
  653. IPolicyImporter.cs IServiceContractGenerator.cs
  654. IStreamUpgradeBindingElement.cs ITransportTokenAssertionProvider.cs
  655. IWsdlExporter.cs IWsdlImporter.cs InvalidChannelBindingException.cs
  656. IpolicyExporter.cs MessageEncodingBindingElementConverter.cs
  657. MetadataConversionError.cs MetadataExporter.cs MetadataImporter.cs
  658. MetadataResolver.cs OperationContractGenerationContext.cs
  659. PolicyConversionContext.cs ReliableSessionBindingElementConverter.cs
  660. SecurityBindingElementConverter.cs
  661. ServiceContractGenerationContext.cs ServiceContractGenerator.cs
  662. ServiceThrottlingBehavior.cs
  663. TransactionFlowBindingElementConverter.cs
  664. TransportBindingElementConverter.cs WsdlContractConversionContext.cs
  665. WsdlEndpointConversionContext.cs WsdlExporter.cs WsdlImporter.cs
  666. XmlFormatterMessageContractConverter.cs
  667. XmlSerializerMessageContractConverter.cs :
  668. Feb. CTP API changes - chapter 1.
  669. 2006-02-14 Atsushi Enomoto <[email protected]>
  670. * ServiceThrottlingBehavior.cs : ServiceThrottle was moved.
  671. 2006-01-26 Atsushi Enomoto <[email protected]>
  672. * ChannelBuildContext.cs :
  673. All builder methods now "reset" UnhandledBindingElements after
  674. the outermost processing.
  675. 2006-01-26 Atsushi Enomoto <[email protected]>
  676. * ChannelBuildContext.cs :
  677. Use BindingElement's BuildBlahFactory directly. Implemented Clone().
  678. * ChannelLoader.cs : removed obsolete type.
  679. 2005-11-21 Atsushi Enomoto <[email protected]>
  680. * XmlSerializerMessageContractConverter.cs,
  681. MessageEncodingBindingElementConverter.cs,
  682. XmlFormatterMessageContractConverter.cs : new files in Nov. CTP.
  683. 2005-11-21 Atsushi Enomoto <[email protected]>
  684. * ServiceLoader.cs, TypeLoader.cs : removed.
  685. 2005-11-21 Atsushi Enomoto <[email protected]>
  686. * ChannelBuildContext.cs : IListener/-Factory vanished in Nov. CTP.
  687. 2005-11-20 Atsushi Enomoto <[email protected]>
  688. * IWsdlExporter.cs, InvalidChannelBindingException.cs,
  689. MetadataImporter.cs, IWsdlImporter.cs, IPolicyImporter.cs,
  690. MetadataConversionError.cs, IpolicyExporter.cs,
  691. MetadataExporter.cs, PolicyConversionContext.cs :
  692. New files in beta2
  693. * ITypeResolver.cs, WsdlBindingConversionContext.cs,
  694. IWsdlBindingElementConverter.cs,
  695. WsdlOperationBindingCoversionContext.cs,
  696. WsdlMessageBindingConversionContext.cs,
  697. WsdlMessageConversionContext.cs, IWsdlBindingConverter.cs,
  698. IWsdlContractConverter.cs, IWsdlEndpointConverter.cs,
  699. WsdlConversionContext.cs, WsdlConverters.cs,
  700. InvalidSettingsException.cs, WsdlBindingConverterBase.cs,
  701. WsdlConversionError.cs, CustomBindingConverter.cs,
  702. WsdlOperationConversionContext.cs :
  703. Removed in beta2
  704. * ReliableSessionBindingElementConverter.cs, ServiceLoader.cs,
  705. TransportBindingElementConverter.cs, ContractExportBehavior.cs,
  706. ChannelLoader.cs, WsdlExporter.cs, MetadataResolver.cs,
  707. SecurityBindingElementConverter.cs,
  708. WsdlContractConversionContext.cs,
  709. WsdlEndpointConversionContext.cs, WsdlImporter.cs,
  710. ServiceThrottlingBehavior.cs, ServiceContractGenerator.cs,
  711. TypeLoader.cs, TransactionFlowBindingElementConverter.cs :
  712. Updated signatures to beta2.
  713. 2005-11-20 Atsushi Enomoto <[email protected]>
  714. * ChannelBuildContext.cs : was seeing
  715. http://savas.parastatidis.name/2005/04/08/4b0b99b1-92c6-4442-ab2e-4c4951009ef4.aspx
  716. and modified channel build logic a bit.
  717. 2005-10-31 Atsushi Enomoto <[email protected]>
  718. * ServiceThrottlingBehavior.cs : implemented ApplyBehavior().
  719. 2005-10-26 Atsushi Enomoto <[email protected]>
  720. * ChannelBuildContext.cs : added DequeueBindingElement() for
  721. BindingElements' internal use. It becomes UnhandledBindingElements.
  722. 2005-10-26 Atsushi Enomoto <[email protected]>
  723. * ChannelBuildContext.cs : implemented BuildListenerFactory().
  724. 2005-10-26 Atsushi Enomoto <[email protected]>
  725. * ChannelBuildContext.cs :
  726. several API fixes detected by improved corcompare.
  727. 2005-10-25 Atsushi Enomoto <[email protected]>
  728. * ChannelBuildContext.cs : added missing generic class constraint.
  729. 2005-10-20 Atsushi Enomoto <[email protected]>
  730. * ReliableSessionBindingElementConverter.cs,
  731. TransportBindingElementConverter.cs, ContractExportBehavior.cs,
  732. SecurityBindingElementConverter.cs,
  733. OperationContractGenerationContext.cs,
  734. ServiceContractGenerationContext.cs, InvalidSettingsException.cs
  735. WsdlBindingConverterBase.cs, WsdlConversionError.cs,
  736. CustomBindingConverter.cs, ServiceContractGenerator.cs,
  737. TransactionFlowBindingElementConverter.cs :
  738. added all missing bits.
  739. * Dummy.cs : finally removed.
  740. * ServiceThrottlingBehavior.cs, WsdlBindingConversionContext.cs :
  741. tiny API fix.
  742. 2005-10-13 Atsushi Enomoto <[email protected]>
  743. * ServiceLoader.cs : serviceType is moved to ServiceDescription.
  744. 2005-10-12 Atsushi Enomoto <[email protected]>
  745. * ServiceLoader.cs, TypeLoader.cs : implemented some.
  746. 2005-10-12 Atsushi Enomoto <[email protected]>
  747. * IWsdlEndpointConverter.cs, IOperationContractGenerator.cs,
  748. IServiceContractGenerator.cs, WsdlBindingConversionContext.cs,
  749. IWsdlBindingElementConverter.cs, IStreamUpgradeBindingElement.cs,
  750. WsdlContractConversionContext.cs,
  751. WsdlOperationBindingCoversionContext.cs,
  752. WsdlMessageBindingConversionContext.cs,
  753. WsdlEndpointConversionContext.cs, WsdlMessageConversionContext.cs,
  754. IWsdlBindingConverter.cs, WsdlOperationConversionContext.cs,
  755. IWsdlContractConverter.cs, ITransportTokenAssertionProvider.cs:
  756. new files for wsdl importer.
  757. * Dummy.cs : removed above.
  758. * WsdlConversionContext.cs, IMessageEncodingBindingElement.cs :
  759. tiny API fixes.
  760. 2005-10-11 Atsushi Enomoto <[email protected]>
  761. * IMessageEncodingBindingElement.cs : new file.
  762. * Dummy.cs : removed above.
  763. 2005-10-09 Atsushi Enomoto <[email protected]>
  764. * ChannelBuilderContext.cs : new file.
  765. * Dummy.cs : removed above.
  766. 2005-09-28 Atsushi Enomoto <[email protected]>
  767. * ServiceThrottlingBehavior.cs : moved from sys.ServiceModel dir.
  768. 2005-09-28 Atsushi Enomoto <[email protected]>
  769. * ITypeResolver.cs, ChannelLoader.cs, ServiceLoader.cs,
  770. TypeLoader.cs : new files.
  771. * Dummy.cs : removed those classes added above.