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