ChangeLog 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595
  1. 2009-04-07 Atsushi Enomoto <[email protected]>
  2. * XmlDictionaryReaderQuotasElement.cs, NetTcpBindingElement.cs:
  3. implement OnApplyConfiguration().
  4. 2008-04-22 Igor Zelmanovich <[email protected]>
  5. * ServiceDebugElement.cs:
  6. implement CreateBehavior method.
  7. 2008-04-03 Igor Zelmanovich <[email protected]>
  8. * ServiceModelExtensionCollectionElement.cs:
  9. implement this[int index] api.
  10. 2008-04-01 Igor Zelmanovich <[email protected]>
  11. * ServiceEndpointElementCollection.cs: fix GetElementKey().
  12. 2008-03-31 Vladmir Krasnov <[email protected]>
  13. * ConfigUtil.cs: fixed CreateBinding
  14. * BasicHttpBindingElement.cs: OnApplyConfiguration
  15. * StandardBindingElement.cs: implemented ApplyConfiguration
  16. 2008-03-27 Igor Zelmanovich <[email protected]>
  17. * XmlElementElementCollection.cs:
  18. * XmlElementElement.cs:
  19. * WSFederationHttpBindingElement.cs:
  20. * WSDualHttpBindingElement.cs:
  21. * WindowsStreamSecurityElement.cs:
  22. * UseManagedPresentationElement.cs:
  23. * TransportElement.cs:
  24. * TransactionFlowElement.cs:
  25. * TextMessageEncodingElement.cs:
  26. * TcpTransportElement.cs:
  27. * TcpConnectionPoolSettingsElement.cs:
  28. * StandardBindingReliableSessionElement.cs:
  29. * SslStreamSecurityElement.cs:
  30. * SecurityElementBase.cs:
  31. * SecurityElement.cs:
  32. * ReliableSessionElement.cs:
  33. * PrivacyNoticeElement.cs:
  34. * PnrpPeerResolverElement.cs:
  35. * PeerTransportElement.cs:
  36. * OneWayElement.cs:
  37. * NetPeerTcpBindingElement.cs:
  38. * NetMsmqBindingElement.cs:
  39. * NamedPipeTransportElement.cs:
  40. * NamedPipeConnectionPoolSettingsElement.cs:
  41. * MtomMessageEncodingElement.cs:
  42. * MsmqTransportElement.cs:
  43. * MsmqIntegrationElement.cs:
  44. * MsmqIntegrationBindingElement.cs:
  45. * MsmqElementBase.cs:
  46. * MsmqBindingElementBase.cs:
  47. * MethodStubs.cs:
  48. * MessageSecurityOverMsmqElement.cs:
  49. * LocalServiceSecuritySettingsElement.cs:
  50. * LocalClientSecuritySettingsElement.cs:
  51. * IssuedTokenParametersEndpointAddressElement.cs:
  52. * IssuedTokenParametersElement.cs:
  53. * IssuedTokenClientElement.cs:
  54. * HttpTransportElement.cs:
  55. * HttpsTransportElement.cs:
  56. * FederatedMessageSecurityOverHttpElement.cs:
  57. * EndpointAddressElementBase.cs:
  58. * ConnectionOrientedTransportElement.cs:
  59. * CompositeDuplexElement.cs:
  60. * ChannelPoolSettingsElement.cs:
  61. fix apis and implementation, make corresponding tests pass
  62. 2008-03-27 Igor Zelmanovich <[email protected]>
  63. * IPAddressConverter.cs:
  64. * MessageVersionConverter.cs:
  65. * MessageSecurityVersionConverter.cs:
  66. * ReliableMessagingVersionConverter.cs:
  67. new internal converters used for reading configuration.
  68. 2008-03-26 Igor Zelmanovich <[email protected]>
  69. * ServiceModelExtensionCollectionElement.cs:
  70. fix GetEnumerator method.
  71. 2008-03-26 Igor Zelmanovich <[email protected]>
  72. * ClientSection.cs: implement InitializeDefaults, refactoring.
  73. * MetadataElement.cs: implement LoadPolicyImporExtensions,
  74. LoasWsdlImportExtensions, refactoring.
  75. * MethodStubs.cs: refactoring.
  76. * PolicyImporterElement.cs: add missing constructors, refactoring.
  77. * PolicyImporterElementCollection.cs: refactoring.
  78. * WsdlImporterElement.cs: add missing constructors, refactoring.
  79. * WsdlImporterElementCollection.cs: refactoring.
  80. 2008-03-24 Igor Zelmanovich <[email protected]>
  81. * ExtensionsSection.cs: typo fix.
  82. * MethodStubs.cs: refactoring.
  83. * PolicyVersionConverter.cs: implement ConvertTo method.
  84. * ServiceAuthorizationElement.cs: refactoring.
  85. * ServiceCredentialsElement.cs: fix BehaviorType property, refactoring.
  86. * ServiceDebugElement.cs: fix BehaviorType property, refactoring.
  87. * ServiceSecurityAuditElement.cs: fix BehaviorType property, refactoring.
  88. * ServiceThrottlingElement.cs: fix BehaviorType property, refactoring.
  89. * ServiceTimeoutsElement.cs: fix BehaviorType property, refactoring.
  90. * X509CertificateTrustedIssuerElement.cs: refactoring.
  91. * X509CertificateTrustedIssuerElementCollection.cs: implement GetElementKey.
  92. all changes make corresponding tests pass.
  93. 2008-03-04 Eyal Alaluf <[email protected]>
  94. * EndpointBehaviorElement.cs: Add "callbackDebug" behavior element.
  95. * MethodStubs.cs: Fix key calculcation of ChannelEndpointElementCollection.
  96. * NamedServiceModelExtensionCollectionElement.cs: Allow derived classes
  97. to extend the properties of this configuration element.
  98. * ServiceModelExtensionCollectionElement.cs: Implement GetEnumerator.
  99. * ServiceModelConfigurationElementCollection.cs: Implement collection.
  100. 2008-03-02 Igor Zelmanovich <[email protected]>
  101. * StandardBindingOptionalReliableSessionElement.cs:
  102. * StandardBindingReliableSessionElement.cs:
  103. fix properties collection initialization.
  104. 2008-03-02 Igor Zelmanovich <[email protected]>
  105. * MessageSecurityOverTcpElement.cs:
  106. fix properties collection initialization.
  107. 2008-02-19 Igor Zelmanovich <[email protected]>
  108. * BasicHttpBindingElement.cs:
  109. * BindingCollectionElement.cs:
  110. * BindingsSection.cs:
  111. * ChannelEndpointElementCollection.cs:
  112. * MethodStubs.cs:
  113. * MexBindingElement.cs:
  114. * MexHttpBindingElement.cs:
  115. * MexHttpsBindingElement.cs:
  116. * MexNamedPipeBindingElement.cs:
  117. * MexTcpBindingElement.cs:
  118. * MsmqIntegrationBindingElement.cs:
  119. * NetMsmqBindingElement.cs:
  120. * NetNamedPipeBindingElement.cs:
  121. * NetPeerTcpBindingElement.cs:
  122. * NetTcpBindingElement.cs:
  123. * PolicyImporterElementCollection.cs:
  124. * TransactionProtocolConverter.cs
  125. * StandardBindingCollectionElement.cs:
  126. * StandardBindingElement.cs:
  127. * WsdlImporterElementCollection.cs:
  128. * WSDualHttpBindingElement.cs:
  129. * WSFederationHttpBindingElement.cs:
  130. * WSHttpBindingElement.cs:
  131. fix apis and implementation, make corresponding tests pass
  132. 2008-02-17 Igor Zelmanovich <[email protected]>
  133. * BasicHttpBindingElement.cs:
  134. * ServiceModelConfigurationElementCollection.cs:
  135. * StandardBindingElement.cs:
  136. * StandardBindingElementCollection.cs:
  137. fixed several bugs, make relevant tests pass.
  138. 2008-02-17 Igor Zelmanovich <[email protected]>
  139. * EncodingConverter.cs: added internal class.
  140. * SecurityAlgorithmSuiteConverter.cs: added internal class.
  141. * BasicHttpMessageSecurityElement.cs:
  142. use SecurityAlgorithmSuiteConverter for "algorithmSuite" property.
  143. 2008-02-16 Atsushi Enomoto <[email protected]>
  144. * MethodStubs.cs : Added CreateBehavior() method in couple of elements.
  145. 2007-03-30 Atsushi Enomoto <[email protected]>
  146. * ServiceModelSectionGroup.cs :
  147. Diagnostic section name is "diagnostics".
  148. 2006-10-20 Atsushi Enomoto <[email protected]>
  149. * ServiceMetadataPublishingElement.cs : enable gets by default.
  150. * ServiceModelConfigurationElementCollection.cs,
  151. NamedServiceModelExtensionCollectionElement.cs :
  152. cosmetic API fixes.
  153. * MethodStubs.cs : (ServiceBehaviorElementCollection and
  154. ServiceBehaviorElement) override DeserializeElement() to read
  155. individual extension elements (and make some DeserializeElement()
  156. callable).
  157. 2006-10-13 Atsushi Enomoto <[email protected]>
  158. * MethodStubs.cs : implemented some GetElementKey() implementations.
  159. 2006-09-27 Atsushi Enomoto <[email protected]>
  160. Replaced Dummy.cs with individual class files:
  161. * MethodStubs.cs : there were some API changes in Sep.CTP.
  162. * Dummy.cs,
  163. AddressHeaderCollectionElement.cs,
  164. AuthorizationPolicyTypeElement.cs,
  165. AuthorizationPolicyTypeElementCollection.cs,
  166. BaseAddressElement.cs,
  167. BaseAddressElementCollection.cs,
  168. BasicHttpBindingCollectionElement.cs,
  169. BasicHttpBindingElement.cs,
  170. BasicHttpMessageSecurityElement.cs,
  171. BasicHttpSecurityElement.cs,
  172. BehaviorsSection.cs,
  173. BinaryMessageEncodingElement.cs,
  174. BindingCollectionElement.cs,
  175. BindingElementExtensionElement.cs,
  176. BindingsSection.cs,
  177. CallbackDebugElement.cs,
  178. CallbackTimeoutsElement.cs,
  179. CertificateElement.cs,
  180. CertificateReferenceElement.cs,
  181. ChannelEndpointElement.cs,
  182. ChannelEndpointElementCollection.cs,
  183. ChannelPoolSettingsElement.cs,
  184. ClaimTypeElement.cs,
  185. ClaimTypeElementCollection.cs,
  186. ClientCredentialsElement.cs,
  187. ClientSection.cs,
  188. ClientViaElement.cs,
  189. ComContractElement.cs,
  190. ComContractElementCollection.cs,
  191. ComContractsSection.cs,
  192. ComMethodElement.cs,
  193. ComMethodElementCollection.cs,
  194. ComPersistableTypeElement.cs,
  195. ComPersistableTypeElementCollection.cs,
  196. ComUdtElement.cs,
  197. ComUdtElementCollection.cs,
  198. CommonBehaviorsSection.cs,
  199. CommonEndpointBehaviorElement.cs,
  200. CommonServiceBehaviorElement.cs,
  201. CompositeDuplexElement.cs,
  202. ConnectionOrientedTransportElement.cs,
  203. CustomBindingCollectionElement.cs,
  204. CustomBindingElement.cs,
  205. CustomBindingElementCollection.cs,
  206. DataContractSerializerElement.cs,
  207. DiagnosticSection.cs,
  208. DnsElement.cs,
  209. EndpointAddressElementBase.cs,
  210. EndpointBehaviorElement.cs,
  211. EndpointBehaviorElementCollection.cs,
  212. ExtensionElement.cs,
  213. ExtensionElementCollection.cs,
  214. ExtensionsSection.cs,
  215. FederatedMessageSecurityOverHttpElement.cs,
  216. HostElement.cs,
  217. HostTimeoutsElement.cs,
  218. HttpDigestClientElement.cs,
  219. HttpTransportElement.cs,
  220. HttpTransportSecurityElement.cs,
  221. HttpsTransportElement.cs,
  222. IdentityElement.cs,
  223. IssuedTokenClientBehaviorsElement.cs,
  224. IssuedTokenClientBehaviorsElementCollection.cs,
  225. IssuedTokenClientElement.cs,
  226. IssuedTokenParametersElement.cs,
  227. IssuedTokenParametersEndpointAddressElement.cs,
  228. IssuedTokenServiceElement.cs,
  229. LocalClientSecuritySettingsElement.cs,
  230. LocalServiceSecuritySettingsElement.cs,
  231. MessageLoggingElement.cs,
  232. MessageSecurityOverHttpElement.cs,
  233. MessageSecurityOverMsmqElement.cs,
  234. MessageSecurityOverTcpElement.cs,
  235. MetadataElement.cs,
  236. MexBindingBindingCollectionElement.cs,
  237. MexBindingElement.cs,
  238. MexHttpBindingCollectionElement.cs,
  239. MexHttpBindingElement.cs,
  240. MexHttpsBindingCollectionElement.cs,
  241. MexHttpsBindingElement.cs,
  242. MexNamedPipeBindingCollectionElement.cs,
  243. MexNamedPipeBindingElement.cs,
  244. MexTcpBindingCollectionElement.cs,
  245. MexTcpBindingElement.cs,
  246. MsmqBindingElementBase.cs,
  247. MsmqElementBase.cs,
  248. MsmqIntegrationBindingCollectionElement.cs,
  249. MsmqIntegrationBindingElement.cs,
  250. MsmqIntegrationElement.cs,
  251. MsmqIntegrationSecurityElement.cs,
  252. MsmqTransportElement.cs,
  253. MsmqTransportSecurityElement.cs,
  254. MtomMessageEncodingElement.cs,
  255. NamedPipeConnectionPoolSettingsElement.cs,
  256. NamedPipeTransportElement.cs,
  257. NamedPipeTransportSecurityElement.cs,
  258. NamedServiceModelExtensionCollectionElement.cs,
  259. NetMsmqBindingCollectionElement.cs,
  260. NetMsmqBindingElement.cs,
  261. NetMsmqSecurityElement.cs,
  262. NetNamedPipeBindingCollectionElement.cs,
  263. NetNamedPipeBindingElement.cs,
  264. NetNamedPipeSecurityElement.cs,
  265. NetPeerTcpBindingCollectionElement.cs,
  266. NetPeerTcpBindingElement.cs,
  267. NetTcpBindingCollectionElement.cs,
  268. NetTcpBindingElement.cs,
  269. NetTcpSecurityElement.cs,
  270. NonDualMessageSecurityOverHttpElement.cs,
  271. OneWayElement.cs,
  272. PeerCredentialElement.cs,
  273. PeerCustomResolverElement.cs,
  274. PeerResolverElement.cs,
  275. PeerSecurityElement.cs,
  276. PeerTransportElement.cs,
  277. PeerTransportSecurityElement.cs,
  278. PnrpPeerResolverElement.cs,
  279. PolicyImporterElement.cs,
  280. PolicyImporterElementCollection.cs,
  281. PrivacyNoticeElement.cs,
  282. ReliableSessionElement.cs,
  283. RsaElement.cs,
  284. SecureConversationServiceElement.cs,
  285. SecurityElement.cs,
  286. SecurityElementBase.cs,
  287. ServiceAuthorizationElement.cs,
  288. ServiceBehaviorElement.cs,
  289. ServiceBehaviorElementCollection.cs,
  290. ServiceCredentialsElement.cs,
  291. ServiceDebugElement.cs,
  292. ServiceElement.cs,
  293. ServiceElementCollection.cs,
  294. ServiceEndpointElement.cs,
  295. ServiceEndpointElementCollection.cs,
  296. ServiceHostingEnvironmentSection.cs,
  297. ServiceMetadataPublishingElement.cs,
  298. ServiceModelEnhancedConfigurationElementCollection.cs,
  299. ServiceModelExtensionElement.cs,
  300. ServicePrincipalNameElement.cs,
  301. ServiceSecurityAuditElement.cs,
  302. ServiceThrottlingElement.cs,
  303. ServiceTimeoutsElement.cs,
  304. ServicesSection.cs,
  305. SslStreamSecurityElement.cs,
  306. StandardBindingCollectionElement.cs,
  307. StandardBindingElement.cs,
  308. StandardBindingElementCollection.cs,
  309. StandardBindingOptionalReliableSessionElement.cs,
  310. StandardBindingReliableSessionElement.cs,
  311. SynchronousReceiveElement.cs,
  312. TcpConnectionPoolSettingsElement.cs,
  313. TcpTransportElement.cs,
  314. TcpTransportSecurityElement.cs,
  315. TextMessageEncodingElement.cs,
  316. TransactedBatchingElement.cs,
  317. TransactionFlowElement.cs,
  318. TransportConfigurationTypeElement.cs,
  319. TransportConfigurationTypeElementCollection.cs,
  320. TransportElement.cs,
  321. UseManagedPresentationElement.cs,
  322. UserNameServiceElement.cs,
  323. UserPrincipalNameElement.cs,
  324. WSDualHttpBindingCollectionElement.cs,
  325. WSDualHttpBindingElement.cs,
  326. WSDualHttpSecurityElement.cs,
  327. WSFederationHttpBindingCollectionElement.cs,
  328. WSFederationHttpBindingElement.cs,
  329. WSFederationHttpSecurityElement.cs,
  330. WSHttpBindingBaseElement.cs,
  331. WSHttpBindingCollectionElement.cs,
  332. WSHttpBindingElement.cs,
  333. WSHttpSecurityElement.cs,
  334. WSHttpTransportSecurityElement.cs,
  335. WindowsClientElement.cs,
  336. WindowsServiceElement.cs,
  337. WindowsStreamSecurityElement.cs,
  338. WsdlImporterElement.cs,
  339. WsdlImporterElementCollection.cs,
  340. X509CertificateTrustedIssuerElement.cs,
  341. X509CertificateTrustedIssuerElementCollection.cs,
  342. X509ClientCertificateAuthenticationElement.cs,
  343. X509ClientCertificateCredentialsElement.cs,
  344. X509DefaultServiceCertificateElement.cs,
  345. X509InitiatorCertificateClientElement.cs,
  346. X509InitiatorCertificateServiceElement.cs,
  347. X509PeerCertificateAuthenticationElement.cs,
  348. X509PeerCertificateElement.cs,
  349. X509RecipientCertificateClientElement.cs,
  350. X509RecipientCertificateServiceElement.cs,
  351. X509ScopedServiceCertificateElement.cs,
  352. X509ScopedServiceCertificateElementCollection.cs,
  353. X509ServiceCertificateAuthenticationElement.cs,
  354. XPathMessageFilterElement.cs,
  355. XPathMessageFilterElementCollection.cs,
  356. XPathMessageFilterElementComparer.cs,
  357. XmlDictionaryReaderQuotasElement.cs,
  358. XmlElementElement.cs,
  359. XmlElementElementCollection.cs : replaced.
  360. 2006-09-05 Atsushi Enomoto <[email protected]>
  361. * Dummy.cs : (config) regenerated.
  362. 2006-07-21 Atsushi Enomoto <[email protected]>
  363. * Dummy.cs : regenerated.
  364. 2006-06-30 Atsushi Enomoto <[email protected]>
  365. * ServiceModelEnhancedConfigurationElementCollection.cs :
  366. oops, it is extraneous.
  367. 2006-06-30 Atsushi Enomoto <[email protected]>
  368. * MethodStubs.cs : several fixes due to the requirements from base
  369. types.
  370. * ServiceModelSectionGroup.cs,
  371. ConfigUtil.cs : Reflect type name changes on properties.
  372. * Dummy.cs : regenerated.
  373. * ServiceModelEnhancedConfigurationElementCollection.cs,
  374. ServiceModelExtensionCollectionElement.cs :
  375. Added new types.
  376. * BindingSectionGroup.cs,
  377. ServiceModelExtensionSectionCollection.cs
  378. StandardBindingSection.cs
  379. NamedServiceModelExtensionSectionCollection.cs
  380. SecuritySectionBase.cs
  381. EndpointAddressElementBase.cs
  382. MsmqSectionBase.cs
  383. ServiceModelBasicMapConfigurationElementCollection.cs
  384. MsmqBindingConfigurationElementBase.cs
  385. StandardBindingConfigurationElementCollection.cs :
  386. Removed old types.
  387. 2006-06-29 Atsushi Enomoto <[email protected]>
  388. * MethodStubs.cs : some API fixes.
  389. * MsmqTransportSectionBase.cs : removed obsolete type.
  390. 2006-06-28 Atsushi Enomoto <[email protected]>
  391. * StandardBindingSection.cs : removed ConfiguredBindings from
  392. config properties (it conflicts with Bindings).
  393. * Dummy.cs : regenerated (BindingName is not config property).
  394. * ConfigUtil.cs : add bindingConfiguration parameter to
  395. CreateBinding(). For now comment out ApplyConfiguration().
  396. 2006-06-28 Atsushi Enomoto <[email protected]>
  397. * BindingsSectionGroup.cs : refresh addition.
  398. * StandardBindingSection.cs : added missing members.
  399. * MethodStubs.cs : removed default constructor which now conflicts
  400. with generated one.
  401. Added missing interface members (since interfaces are written now).
  402. * Dummy.cs : regenerated.
  403. * StandardBindingConfigurationElementCollection.cs :
  404. implemented GetElementKey().
  405. 2006-06-27 Atsushi Enomoto <[email protected]>
  406. * ConfigUtil.cs : reverted previous hack.
  407. * MethodStubs.cs : added some BindingType property implementation.
  408. * ServiceModelExtensionSectionCollection.cs : not abstract.
  409. * StandardBindingConfigurationElementCollection.cs :
  410. new missing type.
  411. 2006-06-27 Atsushi Enomoto <[email protected]>
  412. * BindingsSectionGroup.cs : removed and it is now autogenerated.
  413. * ServiceModelConfigurationElementCollection.cs : some API fixes.
  414. * ServiceModelBasicMapConfigurationElementCollection.cs : ditto.
  415. * MethodStubs.cs : added some missing stuff. Especially, now
  416. GetElementKey() is manually added to all collection types.
  417. * ConfigUtil.cs : hacky Bindings properties.
  418. * Dummy.cs : regenerated.
  419. 2006-06-26 Atsushi Enomoto <[email protected]>
  420. * ServiceModelConfigurationElementCollection.cs :
  421. implemented ElementName.
  422. 2006-06-26 Atsushi Enomoto <[email protected]>
  423. * Dummy.cs : regerenerated.
  424. 2006-06-26 Atsushi Enomoto <[email protected]>
  425. * ConfigUtil.cs : new utility class.
  426. 2006-06-26 Atsushi Enomoto <[email protected]>
  427. * ServiceModelSectionGroup.cs :
  428. * IBindingConfigurationElement.cs : added ApplyConfiguration().
  429. * BindingsSectionGroup.cs : some API fixes. A bit of indexer
  430. implementation.
  431. * ServiceModelConfigurationElementCollection.cs : implemented a bit.
  432. * ServiceModelSectionGroup.cs : implemented.
  433. 2006-05-29 Atsushi Enomoto <[email protected]>
  434. * Dummy.cs : regenerated.
  435. 2006-05-13 Atsushi Enomoto <[email protected]>
  436. * configgen/configgen.cs : changed implementation strategy. Now it
  437. generates code similar to existing Sys.Configuration classes.
  438. * Dummy.cs : regenerated
  439. * ServiceModelExtensionSectionCollection.cs,
  440. StandardBindingSection.cs
  441. AuthenticationMode.cs
  442. IBindingConfigurationElement.cs
  443. SecuritySectionBase.cs
  444. EndpointAddressElementBase.cs
  445. ServiceModelConfigurationElementCollection.cs
  446. ServiceModelBasicMapConfigurationElementCollection.cs
  447. MethodStubs.cs : several API updates.
  448. 2006-02-23 Atsushi Enomoto <[email protected]>
  449. * Dummy.cs MethodStubs.cs StandardBindingSection.cs :
  450. Feb. CTP API changes - chapter 1.
  451. 2006-02-15 Atsushi Enomoto <[email protected]>
  452. * Dummy.cs : regenerated.
  453. 2006-02-02 Atsushi Enomoto <[email protected]>
  454. * ServiceModelConfigurationElementCollection.cs : signature fix
  455. (in sync with sys.configuration.dll)
  456. 2005-11-20 Atsushi Enomoto <[email protected]>
  457. * MsmqSectionBase.cs, MsmqTransportSectionBase.cs,
  458. NamedServiceModelExtensionSectionCollection.cs : new in Nov. CTP.
  459. * Dummy.cs, AuthenticationMode.cs :
  460. updated to Nov. CTP.
  461. 2005-11-20 Atsushi Enomoto <[email protected]>
  462. * Dummy.cs, BindingsSectionGroup.cs :
  463. removed items related to IntermediaryBinding (removed in beta2).
  464. 2005-10-19 Atsushi Enomoto <[email protected]>
  465. * configgen/configgen.cs : now that bug #76365 is gone, we can use
  466. partial types without problem.
  467. * MethodStubs.cs : thus, new file for partial types to define
  468. methods manually.
  469. * Dummy.cs : regenerated.
  470. 2005-10-06 Atsushi Enomoto <[email protected]>
  471. * ServicesSection.cs : remove.
  472. Actually autogenerated ServicesSection is better.
  473. * Dummy.cs : regenerated.
  474. 2005-10-06 Atsushi Enomoto <[email protected]>
  475. * ServiceModelConfigurationElementCollection.cs,
  476. StandardBindingSection.cs : added some missing members.
  477. * Dummy.cs : regenereated.
  478. 2005-10-06 Atsushi Enomoto <[email protected]>
  479. * ServiceModelBasicMapConfigurationElementCollection.cs,
  480. ServiceModelExtensionSectionCollection.cs,
  481. StandardBindingSection.cs, MsmqBindingConfigurationElementBase.cs :
  482. new non-autogenerated files.
  483. * Dummy.cs :regenerated.
  484. 2005-10-06 Atsushi Enomoto <[email protected]>
  485. * EndpointAddressElementBase.cs : new non-autogenerated file.
  486. * Dummy.cs : regenerated.
  487. 2005-10-06 Atsushi Enomoto <[email protected]>
  488. * ServiceModelConfigurationElementCollection.cs,
  489. IBindingConfigurationElement.cs : new files.
  490. * Dummy.cs : reflecting configgen.exe changes.
  491. 2005-10-05 Atsushi Enomoto <[email protected]>
  492. * AuthenticationMode.cs : new enum.
  493. * Dummy.cs : autogenerated by configgen.exe.
  494. 2005-09-29 Atsushi Enomoto <[email protected]>
  495. * BindingsSectionGroup.cs, ServiceModelSectionGroup.cs
  496. ServicesSection.cs : new files.