Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@gmail.com>2009-11-26 01:56:54 +0300
committerAtsushi Eno <atsushieno@gmail.com>2009-11-26 01:56:54 +0300
commit68982173b690b920868b78ee3986706bb6c4e25b (patch)
treeff9f741842d24e60d76319974d8c008b5ef93d0d /mcs/class/System.ServiceModel/Dummy_2_1.cs
parentdd5dd0ee1f260c576169febca5efb7c24b1ea959 (diff)
2009-11-25 Astushi Enomoto <atsushi@ximian.com>
* net_2_1_raw_System.ServiceModel.dll.sources, Dummy_2_1.cs: reflected a couple of SL3 updates. * EndpointAddress10.cs : added it to the 2.1 build for SL3 API. * MessageHeaders.cs SecurityBindingElement.cs LocalClientSecuritySettings.cs TransportSecurityBindingElement.cs FaultConverter.cs : They are now part of SL3 API. * ClientCredentials.cs : it is part of SL3 API, so adjusted for it. svn path=/trunk/mcs/; revision=146952
Diffstat (limited to 'mcs/class/System.ServiceModel/Dummy_2_1.cs')
-rw-r--r--mcs/class/System.ServiceModel/Dummy_2_1.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/mcs/class/System.ServiceModel/Dummy_2_1.cs b/mcs/class/System.ServiceModel/Dummy_2_1.cs
index 292ff720c34..0be15540a77 100644
--- a/mcs/class/System.ServiceModel/Dummy_2_1.cs
+++ b/mcs/class/System.ServiceModel/Dummy_2_1.cs
@@ -10,8 +10,6 @@ namespace System.ServiceModel
}
namespace System.ServiceModel.Channels
{
- [DataContract]
- public class EndpointAddress10 {}
public interface ITransportTokenAssertionProvider {}
}
namespace System.ServiceModel.Configuration
@@ -30,7 +28,6 @@ namespace System.ServiceModel.Description
}
namespace System.ServiceModel.Dispatcher
{
- public interface IDispatchMessageFormatter {}
}
namespace System.ServiceModel.Security
{