1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
using System.Runtime.Serialization;
namespace System.ServiceModel
{
public class EndpointIdentity {}
public class InstanceContext
{
public InstanceContext (object dummy) {}
}
}
namespace System.ServiceModel.Channels
{
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 IContractBehavior {}
}
namespace System.ServiceModel.Dispatcher
{
}
namespace System.ServiceModel.Security
{
class Dummy {}
}
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 {}
}
|