Dummy_2_1.cs 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. using System.Runtime.Serialization;
  2. namespace System.ServiceModel
  3. {
  4. public class EndpointIdentity {}
  5. public class InstanceContext
  6. {
  7. public InstanceContext (object dummy) {}
  8. }
  9. }
  10. namespace System.ServiceModel.Channels
  11. {
  12. [DataContract]
  13. public class EndpointAddress10 {}
  14. public interface ITransportTokenAssertionProvider {}
  15. }
  16. namespace System.ServiceModel.Configuration
  17. {
  18. class Dummy {}
  19. }
  20. namespace System.ServiceModel.Description
  21. {
  22. public interface IPolicyExportExtension {}
  23. public interface IPolicyImportExtension {}
  24. public interface IWsdlExportExtension {}
  25. public interface IWsdlImportExtension {}
  26. public interface IEndpointBehavior {}
  27. public interface IOperationBehavior {}
  28. public interface IContractBehavior {}
  29. }
  30. namespace System.ServiceModel.Dispatcher
  31. {
  32. public interface IDispatchMessageFormatter {}
  33. }
  34. namespace System.ServiceModel.Security
  35. {
  36. class Dummy {}
  37. }
  38. namespace System.Net
  39. {
  40. public enum AuthenticationSchemes {Anonymous}
  41. }
  42. namespace System.Net.Security
  43. {
  44. public enum ProtectionLevel {None}
  45. }
  46. namespace System.Xml.Serialization
  47. {
  48. public class XmlTypeMapping {}
  49. }
  50. namespace System.Xml.XPath
  51. {
  52. class Dummy {}
  53. }
  54. namespace Mono.Xml.XPath
  55. {
  56. class Dummy {}
  57. }