2009-05-13 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.ServiceModel / System.ServiceModel / Dummy.cs
1 using System.ServiceModel.Channels;
2
3 namespace System.IO
4 {
5         public class PipeException : Exception { }
6 }
7
8 namespace System.ServiceModel
9 {
10         public class NamedPipeTransportSecurity { }
11         public class NetNamedPipeBinding : Binding { public override BindingElementCollection CreateBindingElements () { throw new NotImplementedException (); }  public override string Scheme { get { return null; } } }
12         public class NetNamedPipeSecurity { }
13         public class PeerHopCountAttribute { }
14         public class TransactionFlowAttribute { }
15 }
16
17 namespace System.ServiceModel.Activation.Configuration
18 {
19         public class Dummy { }
20 }
21
22 namespace System.ServiceModel.Channels
23 {
24         public class PrivacyNoticeBindingElement { }
25         public class PrivacyNoticeBindingElementImporter { }
26         public class ReliableSessionBindingElement { }
27         public class UseManagedPresentationBindingElementImporter { }
28         public class XmlSerializerImportOptions { }
29 }