| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- using System.Runtime.Serialization;
- namespace System.ServiceModel
- {
- public class EndpointIdentity {}
- public class InstanceContext
- {
- public InstanceContext (object dummy) {}
- }
- }
- namespace System.ServiceModel.Channels
- {
- [DataContract]
- public class EndpointAddress10 {}
- public interface ITransportTokenAssertionProvider {}
- }
- namespace System.ServiceModel.Configuration
- {
- class Dummy {}
- }
- namespace System.ServiceModel.Description
- {
- public interface IPolicyExportExtension {}
- public interface IPolicyImportExtension {}
- public interface IWsdlExportExtension {}
- public interface IWsdlImportExtension {}
- public interface IEndpointBehavior {}
- public interface IOperationBehavior {}
- public interface IContractBehavior {}
- }
- namespace System.ServiceModel.Dispatcher
- {
- public interface IDispatchMessageFormatter {}
- }
- namespace System.ServiceModel.Security
- {
- class Dummy {}
- }
- namespace System.Net
- {
- public enum AuthenticationSchemes {Anonymous}
- }
- namespace System.Net.Security
- {
- public enum ProtectionLevel {None}
- }
- namespace System.Xml.Serialization
- {
- public class XmlTypeMapping {}
- }
- namespace System.Xml.XPath
- {
- class Dummy {}
- }
- namespace Mono.Xml.XPath
- {
- class Dummy {}
- }
|