2009-11-25 Astushi 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         public interface ITransportTokenAssertionProvider {}
14 }
15 namespace System.ServiceModel.Configuration
16 {
17         class Dummy {}
18 }
19 namespace System.ServiceModel.Description
20 {
21         public interface IPolicyExportExtension {}
22         public interface IPolicyImportExtension {}
23         public interface IWsdlExportExtension {}
24         public interface IWsdlImportExtension {}
25         public interface IEndpointBehavior {}
26         public interface IOperationBehavior {}
27         public interface IContractBehavior {}
28 }
29 namespace System.ServiceModel.Dispatcher
30 {
31 }
32 namespace System.ServiceModel.Security
33 {
34         class Dummy {}
35 }
36 namespace System.Net
37 {
38         public enum AuthenticationSchemes {Anonymous}
39 }
40 namespace System.Net.Security
41 {
42         public enum ProtectionLevel {None}
43 }
44 namespace System.Xml.Serialization
45 {
46         public class XmlTypeMapping {}
47 }
48 namespace System.Xml.XPath
49 {
50         class Dummy {}
51 }
52 namespace Mono.Xml.XPath
53 {
54         class Dummy {}
55 }
56