| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590 |
- 2008-04-22 Igor Zelmanovich <[email protected]>
- * ServiceDebugElement.cs:
- implement CreateBehavior method.
-
- 2008-04-03 Igor Zelmanovich <[email protected]>
- * ServiceModelExtensionCollectionElement.cs:
- implement this[int index] api.
-
- 2008-04-01 Igor Zelmanovich <[email protected]>
- * ServiceEndpointElementCollection.cs: fix GetElementKey().
-
- 2008-03-31 Vladmir Krasnov <[email protected]>
- * ConfigUtil.cs: fixed CreateBinding
- * BasicHttpBindingElement.cs: OnApplyConfiguration
- * StandardBindingElement.cs: implemented ApplyConfiguration
- 2008-03-27 Igor Zelmanovich <[email protected]>
- * XmlElementElementCollection.cs:
- * XmlElementElement.cs:
- * WSFederationHttpBindingElement.cs:
- * WSDualHttpBindingElement.cs:
- * WindowsStreamSecurityElement.cs:
- * UseManagedPresentationElement.cs:
- * TransportElement.cs:
- * TransactionFlowElement.cs:
- * TextMessageEncodingElement.cs:
- * TcpTransportElement.cs:
- * TcpConnectionPoolSettingsElement.cs:
- * StandardBindingReliableSessionElement.cs:
- * SslStreamSecurityElement.cs:
- * SecurityElementBase.cs:
- * SecurityElement.cs:
- * ReliableSessionElement.cs:
- * PrivacyNoticeElement.cs:
- * PnrpPeerResolverElement.cs:
- * PeerTransportElement.cs:
- * OneWayElement.cs:
- * NetPeerTcpBindingElement.cs:
- * NetMsmqBindingElement.cs:
- * NamedPipeTransportElement.cs:
- * NamedPipeConnectionPoolSettingsElement.cs:
- * MtomMessageEncodingElement.cs:
- * MsmqTransportElement.cs:
- * MsmqIntegrationElement.cs:
- * MsmqIntegrationBindingElement.cs:
- * MsmqElementBase.cs:
- * MsmqBindingElementBase.cs:
- * MethodStubs.cs:
- * MessageSecurityOverMsmqElement.cs:
- * LocalServiceSecuritySettingsElement.cs:
- * LocalClientSecuritySettingsElement.cs:
- * IssuedTokenParametersEndpointAddressElement.cs:
- * IssuedTokenParametersElement.cs:
- * IssuedTokenClientElement.cs:
- * HttpTransportElement.cs:
- * HttpsTransportElement.cs:
- * FederatedMessageSecurityOverHttpElement.cs:
- * EndpointAddressElementBase.cs:
- * ConnectionOrientedTransportElement.cs:
- * CompositeDuplexElement.cs:
- * ChannelPoolSettingsElement.cs:
- fix apis and implementation, make corresponding tests pass
- 2008-03-27 Igor Zelmanovich <[email protected]>
- * IPAddressConverter.cs:
- * MessageVersionConverter.cs:
- * MessageSecurityVersionConverter.cs:
- * ReliableMessagingVersionConverter.cs:
- new internal converters used for reading configuration.
- 2008-03-26 Igor Zelmanovich <[email protected]>
- * ServiceModelExtensionCollectionElement.cs:
- fix GetEnumerator method.
- 2008-03-26 Igor Zelmanovich <[email protected]>
- * ClientSection.cs: implement InitializeDefaults, refactoring.
- * MetadataElement.cs: implement LoadPolicyImporExtensions,
- LoasWsdlImportExtensions, refactoring.
- * MethodStubs.cs: refactoring.
- * PolicyImporterElement.cs: add missing constructors, refactoring.
- * PolicyImporterElementCollection.cs: refactoring.
- * WsdlImporterElement.cs: add missing constructors, refactoring.
- * WsdlImporterElementCollection.cs: refactoring.
- 2008-03-24 Igor Zelmanovich <[email protected]>
- * ExtensionsSection.cs: typo fix.
- * MethodStubs.cs: refactoring.
- * PolicyVersionConverter.cs: implement ConvertTo method.
- * ServiceAuthorizationElement.cs: refactoring.
- * ServiceCredentialsElement.cs: fix BehaviorType property, refactoring.
- * ServiceDebugElement.cs: fix BehaviorType property, refactoring.
- * ServiceSecurityAuditElement.cs: fix BehaviorType property, refactoring.
- * ServiceThrottlingElement.cs: fix BehaviorType property, refactoring.
- * ServiceTimeoutsElement.cs: fix BehaviorType property, refactoring.
- * X509CertificateTrustedIssuerElement.cs: refactoring.
- * X509CertificateTrustedIssuerElementCollection.cs: implement GetElementKey.
- all changes make corresponding tests pass.
-
- 2008-03-04 Eyal Alaluf <[email protected]>
- * EndpointBehaviorElement.cs: Add "callbackDebug" behavior element.
- * MethodStubs.cs: Fix key calculcation of ChannelEndpointElementCollection.
- * NamedServiceModelExtensionCollectionElement.cs: Allow derived classes
- to extend the properties of this configuration element.
- * ServiceModelExtensionCollectionElement.cs: Implement GetEnumerator.
- * ServiceModelConfigurationElementCollection.cs: Implement collection.
- 2008-03-02 Igor Zelmanovich <[email protected]>
- * StandardBindingOptionalReliableSessionElement.cs:
- * StandardBindingReliableSessionElement.cs:
- fix properties collection initialization.
- 2008-03-02 Igor Zelmanovich <[email protected]>
- * MessageSecurityOverTcpElement.cs:
- fix properties collection initialization.
- 2008-02-19 Igor Zelmanovich <[email protected]>
- * BasicHttpBindingElement.cs:
- * BindingCollectionElement.cs:
- * BindingsSection.cs:
- * ChannelEndpointElementCollection.cs:
- * MethodStubs.cs:
- * MexBindingElement.cs:
- * MexHttpBindingElement.cs:
- * MexHttpsBindingElement.cs:
- * MexNamedPipeBindingElement.cs:
- * MexTcpBindingElement.cs:
- * MsmqIntegrationBindingElement.cs:
- * NetMsmqBindingElement.cs:
- * NetNamedPipeBindingElement.cs:
- * NetPeerTcpBindingElement.cs:
- * NetTcpBindingElement.cs:
- * PolicyImporterElementCollection.cs:
- * TransactionProtocolConverter.cs
- * StandardBindingCollectionElement.cs:
- * StandardBindingElement.cs:
- * WsdlImporterElementCollection.cs:
- * WSDualHttpBindingElement.cs:
- * WSFederationHttpBindingElement.cs:
- * WSHttpBindingElement.cs:
- fix apis and implementation, make corresponding tests pass
- 2008-02-17 Igor Zelmanovich <[email protected]>
- * BasicHttpBindingElement.cs:
- * ServiceModelConfigurationElementCollection.cs:
- * StandardBindingElement.cs:
- * StandardBindingElementCollection.cs:
- fixed several bugs, make relevant tests pass.
-
- 2008-02-17 Igor Zelmanovich <[email protected]>
- * EncodingConverter.cs: added internal class.
- * SecurityAlgorithmSuiteConverter.cs: added internal class.
- * BasicHttpMessageSecurityElement.cs:
- use SecurityAlgorithmSuiteConverter for "algorithmSuite" property.
-
- 2008-02-16 Atsushi Enomoto <[email protected]>
- * MethodStubs.cs : Added CreateBehavior() method in couple of elements.
- 2007-03-30 Atsushi Enomoto <[email protected]>
- * ServiceModelSectionGroup.cs :
- Diagnostic section name is "diagnostics".
- 2006-10-20 Atsushi Enomoto <[email protected]>
- * ServiceMetadataPublishingElement.cs : enable gets by default.
- * ServiceModelConfigurationElementCollection.cs,
- NamedServiceModelExtensionCollectionElement.cs :
- cosmetic API fixes.
- * MethodStubs.cs : (ServiceBehaviorElementCollection and
- ServiceBehaviorElement) override DeserializeElement() to read
- individual extension elements (and make some DeserializeElement()
- callable).
- 2006-10-13 Atsushi Enomoto <[email protected]>
- * MethodStubs.cs : implemented some GetElementKey() implementations.
- 2006-09-27 Atsushi Enomoto <[email protected]>
- Replaced Dummy.cs with individual class files:
- * MethodStubs.cs : there were some API changes in Sep.CTP.
- * Dummy.cs,
- AddressHeaderCollectionElement.cs,
- AuthorizationPolicyTypeElement.cs,
- AuthorizationPolicyTypeElementCollection.cs,
- BaseAddressElement.cs,
- BaseAddressElementCollection.cs,
- BasicHttpBindingCollectionElement.cs,
- BasicHttpBindingElement.cs,
- BasicHttpMessageSecurityElement.cs,
- BasicHttpSecurityElement.cs,
- BehaviorsSection.cs,
- BinaryMessageEncodingElement.cs,
- BindingCollectionElement.cs,
- BindingElementExtensionElement.cs,
- BindingsSection.cs,
- CallbackDebugElement.cs,
- CallbackTimeoutsElement.cs,
- CertificateElement.cs,
- CertificateReferenceElement.cs,
- ChannelEndpointElement.cs,
- ChannelEndpointElementCollection.cs,
- ChannelPoolSettingsElement.cs,
- ClaimTypeElement.cs,
- ClaimTypeElementCollection.cs,
- ClientCredentialsElement.cs,
- ClientSection.cs,
- ClientViaElement.cs,
- ComContractElement.cs,
- ComContractElementCollection.cs,
- ComContractsSection.cs,
- ComMethodElement.cs,
- ComMethodElementCollection.cs,
- ComPersistableTypeElement.cs,
- ComPersistableTypeElementCollection.cs,
- ComUdtElement.cs,
- ComUdtElementCollection.cs,
- CommonBehaviorsSection.cs,
- CommonEndpointBehaviorElement.cs,
- CommonServiceBehaviorElement.cs,
- CompositeDuplexElement.cs,
- ConnectionOrientedTransportElement.cs,
- CustomBindingCollectionElement.cs,
- CustomBindingElement.cs,
- CustomBindingElementCollection.cs,
- DataContractSerializerElement.cs,
- DiagnosticSection.cs,
- DnsElement.cs,
- EndpointAddressElementBase.cs,
- EndpointBehaviorElement.cs,
- EndpointBehaviorElementCollection.cs,
- ExtensionElement.cs,
- ExtensionElementCollection.cs,
- ExtensionsSection.cs,
- FederatedMessageSecurityOverHttpElement.cs,
- HostElement.cs,
- HostTimeoutsElement.cs,
- HttpDigestClientElement.cs,
- HttpTransportElement.cs,
- HttpTransportSecurityElement.cs,
- HttpsTransportElement.cs,
- IdentityElement.cs,
- IssuedTokenClientBehaviorsElement.cs,
- IssuedTokenClientBehaviorsElementCollection.cs,
- IssuedTokenClientElement.cs,
- IssuedTokenParametersElement.cs,
- IssuedTokenParametersEndpointAddressElement.cs,
- IssuedTokenServiceElement.cs,
- LocalClientSecuritySettingsElement.cs,
- LocalServiceSecuritySettingsElement.cs,
- MessageLoggingElement.cs,
- MessageSecurityOverHttpElement.cs,
- MessageSecurityOverMsmqElement.cs,
- MessageSecurityOverTcpElement.cs,
- MetadataElement.cs,
- MexBindingBindingCollectionElement.cs,
- MexBindingElement.cs,
- MexHttpBindingCollectionElement.cs,
- MexHttpBindingElement.cs,
- MexHttpsBindingCollectionElement.cs,
- MexHttpsBindingElement.cs,
- MexNamedPipeBindingCollectionElement.cs,
- MexNamedPipeBindingElement.cs,
- MexTcpBindingCollectionElement.cs,
- MexTcpBindingElement.cs,
- MsmqBindingElementBase.cs,
- MsmqElementBase.cs,
- MsmqIntegrationBindingCollectionElement.cs,
- MsmqIntegrationBindingElement.cs,
- MsmqIntegrationElement.cs,
- MsmqIntegrationSecurityElement.cs,
- MsmqTransportElement.cs,
- MsmqTransportSecurityElement.cs,
- MtomMessageEncodingElement.cs,
- NamedPipeConnectionPoolSettingsElement.cs,
- NamedPipeTransportElement.cs,
- NamedPipeTransportSecurityElement.cs,
- NamedServiceModelExtensionCollectionElement.cs,
- NetMsmqBindingCollectionElement.cs,
- NetMsmqBindingElement.cs,
- NetMsmqSecurityElement.cs,
- NetNamedPipeBindingCollectionElement.cs,
- NetNamedPipeBindingElement.cs,
- NetNamedPipeSecurityElement.cs,
- NetPeerTcpBindingCollectionElement.cs,
- NetPeerTcpBindingElement.cs,
- NetTcpBindingCollectionElement.cs,
- NetTcpBindingElement.cs,
- NetTcpSecurityElement.cs,
- NonDualMessageSecurityOverHttpElement.cs,
- OneWayElement.cs,
- PeerCredentialElement.cs,
- PeerCustomResolverElement.cs,
- PeerResolverElement.cs,
- PeerSecurityElement.cs,
- PeerTransportElement.cs,
- PeerTransportSecurityElement.cs,
- PnrpPeerResolverElement.cs,
- PolicyImporterElement.cs,
- PolicyImporterElementCollection.cs,
- PrivacyNoticeElement.cs,
- ReliableSessionElement.cs,
- RsaElement.cs,
- SecureConversationServiceElement.cs,
- SecurityElement.cs,
- SecurityElementBase.cs,
- ServiceAuthorizationElement.cs,
- ServiceBehaviorElement.cs,
- ServiceBehaviorElementCollection.cs,
- ServiceCredentialsElement.cs,
- ServiceDebugElement.cs,
- ServiceElement.cs,
- ServiceElementCollection.cs,
- ServiceEndpointElement.cs,
- ServiceEndpointElementCollection.cs,
- ServiceHostingEnvironmentSection.cs,
- ServiceMetadataPublishingElement.cs,
- ServiceModelEnhancedConfigurationElementCollection.cs,
- ServiceModelExtensionElement.cs,
- ServicePrincipalNameElement.cs,
- ServiceSecurityAuditElement.cs,
- ServiceThrottlingElement.cs,
- ServiceTimeoutsElement.cs,
- ServicesSection.cs,
- SslStreamSecurityElement.cs,
- StandardBindingCollectionElement.cs,
- StandardBindingElement.cs,
- StandardBindingElementCollection.cs,
- StandardBindingOptionalReliableSessionElement.cs,
- StandardBindingReliableSessionElement.cs,
- SynchronousReceiveElement.cs,
- TcpConnectionPoolSettingsElement.cs,
- TcpTransportElement.cs,
- TcpTransportSecurityElement.cs,
- TextMessageEncodingElement.cs,
- TransactedBatchingElement.cs,
- TransactionFlowElement.cs,
- TransportConfigurationTypeElement.cs,
- TransportConfigurationTypeElementCollection.cs,
- TransportElement.cs,
- UseManagedPresentationElement.cs,
- UserNameServiceElement.cs,
- UserPrincipalNameElement.cs,
- WSDualHttpBindingCollectionElement.cs,
- WSDualHttpBindingElement.cs,
- WSDualHttpSecurityElement.cs,
- WSFederationHttpBindingCollectionElement.cs,
- WSFederationHttpBindingElement.cs,
- WSFederationHttpSecurityElement.cs,
- WSHttpBindingBaseElement.cs,
- WSHttpBindingCollectionElement.cs,
- WSHttpBindingElement.cs,
- WSHttpSecurityElement.cs,
- WSHttpTransportSecurityElement.cs,
- WindowsClientElement.cs,
- WindowsServiceElement.cs,
- WindowsStreamSecurityElement.cs,
- WsdlImporterElement.cs,
- WsdlImporterElementCollection.cs,
- X509CertificateTrustedIssuerElement.cs,
- X509CertificateTrustedIssuerElementCollection.cs,
- X509ClientCertificateAuthenticationElement.cs,
- X509ClientCertificateCredentialsElement.cs,
- X509DefaultServiceCertificateElement.cs,
- X509InitiatorCertificateClientElement.cs,
- X509InitiatorCertificateServiceElement.cs,
- X509PeerCertificateAuthenticationElement.cs,
- X509PeerCertificateElement.cs,
- X509RecipientCertificateClientElement.cs,
- X509RecipientCertificateServiceElement.cs,
- X509ScopedServiceCertificateElement.cs,
- X509ScopedServiceCertificateElementCollection.cs,
- X509ServiceCertificateAuthenticationElement.cs,
- XPathMessageFilterElement.cs,
- XPathMessageFilterElementCollection.cs,
- XPathMessageFilterElementComparer.cs,
- XmlDictionaryReaderQuotasElement.cs,
- XmlElementElement.cs,
- XmlElementElementCollection.cs : replaced.
- 2006-09-05 Atsushi Enomoto <[email protected]>
- * Dummy.cs : (config) regenerated.
- 2006-07-21 Atsushi Enomoto <[email protected]>
- * Dummy.cs : regenerated.
- 2006-06-30 Atsushi Enomoto <[email protected]>
- * ServiceModelEnhancedConfigurationElementCollection.cs :
- oops, it is extraneous.
- 2006-06-30 Atsushi Enomoto <[email protected]>
- * MethodStubs.cs : several fixes due to the requirements from base
- types.
- * ServiceModelSectionGroup.cs,
- ConfigUtil.cs : Reflect type name changes on properties.
- * Dummy.cs : regenerated.
- * ServiceModelEnhancedConfigurationElementCollection.cs,
- ServiceModelExtensionCollectionElement.cs :
- Added new types.
- * BindingSectionGroup.cs,
- ServiceModelExtensionSectionCollection.cs
- StandardBindingSection.cs
- NamedServiceModelExtensionSectionCollection.cs
- SecuritySectionBase.cs
- EndpointAddressElementBase.cs
- MsmqSectionBase.cs
- ServiceModelBasicMapConfigurationElementCollection.cs
- MsmqBindingConfigurationElementBase.cs
- StandardBindingConfigurationElementCollection.cs :
- Removed old types.
- 2006-06-29 Atsushi Enomoto <[email protected]>
- * MethodStubs.cs : some API fixes.
- * MsmqTransportSectionBase.cs : removed obsolete type.
- 2006-06-28 Atsushi Enomoto <[email protected]>
- * StandardBindingSection.cs : removed ConfiguredBindings from
- config properties (it conflicts with Bindings).
- * Dummy.cs : regenerated (BindingName is not config property).
- * ConfigUtil.cs : add bindingConfiguration parameter to
- CreateBinding(). For now comment out ApplyConfiguration().
- 2006-06-28 Atsushi Enomoto <[email protected]>
- * BindingsSectionGroup.cs : refresh addition.
- * StandardBindingSection.cs : added missing members.
- * MethodStubs.cs : removed default constructor which now conflicts
- with generated one.
- Added missing interface members (since interfaces are written now).
- * Dummy.cs : regenerated.
- * StandardBindingConfigurationElementCollection.cs :
- implemented GetElementKey().
- 2006-06-27 Atsushi Enomoto <[email protected]>
- * ConfigUtil.cs : reverted previous hack.
- * MethodStubs.cs : added some BindingType property implementation.
- * ServiceModelExtensionSectionCollection.cs : not abstract.
- * StandardBindingConfigurationElementCollection.cs :
- new missing type.
- 2006-06-27 Atsushi Enomoto <[email protected]>
- * BindingsSectionGroup.cs : removed and it is now autogenerated.
- * ServiceModelConfigurationElementCollection.cs : some API fixes.
- * ServiceModelBasicMapConfigurationElementCollection.cs : ditto.
- * MethodStubs.cs : added some missing stuff. Especially, now
- GetElementKey() is manually added to all collection types.
- * ConfigUtil.cs : hacky Bindings properties.
- * Dummy.cs : regenerated.
- 2006-06-26 Atsushi Enomoto <[email protected]>
- * ServiceModelConfigurationElementCollection.cs :
- implemented ElementName.
- 2006-06-26 Atsushi Enomoto <[email protected]>
- * Dummy.cs : regerenerated.
- 2006-06-26 Atsushi Enomoto <[email protected]>
- * ConfigUtil.cs : new utility class.
- 2006-06-26 Atsushi Enomoto <[email protected]>
- * ServiceModelSectionGroup.cs :
- * IBindingConfigurationElement.cs : added ApplyConfiguration().
- * BindingsSectionGroup.cs : some API fixes. A bit of indexer
- implementation.
- * ServiceModelConfigurationElementCollection.cs : implemented a bit.
- * ServiceModelSectionGroup.cs : implemented.
- 2006-05-29 Atsushi Enomoto <[email protected]>
- * Dummy.cs : regenerated.
- 2006-05-13 Atsushi Enomoto <[email protected]>
- * configgen/configgen.cs : changed implementation strategy. Now it
- generates code similar to existing Sys.Configuration classes.
- * Dummy.cs : regenerated
- * ServiceModelExtensionSectionCollection.cs,
- StandardBindingSection.cs
- AuthenticationMode.cs
- IBindingConfigurationElement.cs
- SecuritySectionBase.cs
- EndpointAddressElementBase.cs
- ServiceModelConfigurationElementCollection.cs
- ServiceModelBasicMapConfigurationElementCollection.cs
- MethodStubs.cs : several API updates.
- 2006-02-23 Atsushi Enomoto <[email protected]>
- * Dummy.cs MethodStubs.cs StandardBindingSection.cs :
- Feb. CTP API changes - chapter 1.
- 2006-02-15 Atsushi Enomoto <[email protected]>
- * Dummy.cs : regenerated.
- 2006-02-02 Atsushi Enomoto <[email protected]>
- * ServiceModelConfigurationElementCollection.cs : signature fix
- (in sync with sys.configuration.dll)
- 2005-11-20 Atsushi Enomoto <[email protected]>
- * MsmqSectionBase.cs, MsmqTransportSectionBase.cs,
- NamedServiceModelExtensionSectionCollection.cs : new in Nov. CTP.
- * Dummy.cs, AuthenticationMode.cs :
- updated to Nov. CTP.
- 2005-11-20 Atsushi Enomoto <[email protected]>
- * Dummy.cs, BindingsSectionGroup.cs :
- removed items related to IntermediaryBinding (removed in beta2).
- 2005-10-19 Atsushi Enomoto <[email protected]>
- * configgen/configgen.cs : now that bug #76365 is gone, we can use
- partial types without problem.
- * MethodStubs.cs : thus, new file for partial types to define
- methods manually.
- * Dummy.cs : regenerated.
- 2005-10-06 Atsushi Enomoto <[email protected]>
- * ServicesSection.cs : remove.
- Actually autogenerated ServicesSection is better.
- * Dummy.cs : regenerated.
- 2005-10-06 Atsushi Enomoto <[email protected]>
- * ServiceModelConfigurationElementCollection.cs,
- StandardBindingSection.cs : added some missing members.
- * Dummy.cs : regenereated.
- 2005-10-06 Atsushi Enomoto <[email protected]>
- * ServiceModelBasicMapConfigurationElementCollection.cs,
- ServiceModelExtensionSectionCollection.cs,
- StandardBindingSection.cs, MsmqBindingConfigurationElementBase.cs :
- new non-autogenerated files.
- * Dummy.cs :regenerated.
- 2005-10-06 Atsushi Enomoto <[email protected]>
- * EndpointAddressElementBase.cs : new non-autogenerated file.
- * Dummy.cs : regenerated.
- 2005-10-06 Atsushi Enomoto <[email protected]>
- * ServiceModelConfigurationElementCollection.cs,
- IBindingConfigurationElement.cs : new files.
- * Dummy.cs : reflecting configgen.exe changes.
- 2005-10-05 Atsushi Enomoto <[email protected]>
- * AuthenticationMode.cs : new enum.
- * Dummy.cs : autogenerated by configgen.exe.
- 2005-09-29 Atsushi Enomoto <[email protected]>
- * BindingsSectionGroup.cs, ServiceModelSectionGroup.cs
- ServicesSection.cs : new files.
|