| 123456789101112131415 |
- using System;
- using System.ComponentModel;
- using System.Configuration;
- using System.ServiceModel.Configuration;
- namespace System.ServiceModel.Discovery.Configuration
- {
- public class DynamicEndpointCollectionElement : StandardEndpointCollectionElement<DynamicEndpoint, DynamicEndpointElement>
- {
- public DynamicEndpointCollectionElement ()
- {
- }
- }
- }
|