UdpTransportSettingsElement.cs 298 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 sealed class UdpTransportSettingsElement : ConfigurationElement
  8. {
  9. public UdpTransportSettingsElement ()
  10. {
  11. }
  12. }
  13. }