UdpAnnouncementEndpointCollectionElement.cs 387 B

123456789101112131415
  1. using System;
  2. using System.ComponentModel;
  3. using System.Configuration;
  4. using System.ServiceModel.Configuration;
  5. namespace System.ServiceModel.Discovery.Configuration
  6. {
  7. public class UdpAnnouncementEndpointCollectionElement : StandardEndpointCollectionElement<UdpAnnouncementEndpoint, UdpAnnouncementEndpointElement>
  8. {
  9. public UdpAnnouncementEndpointCollectionElement ()
  10. {
  11. }
  12. }
  13. }