2010-06-21 Marek Habersack <mhabersack@novell.com>
[mcs.git] / class / System.ServiceModel.Discovery / System.ServiceModel.Discovery / DiscoveryOperationContextExtension.cs
blobccc64892c12e99f19b79719bc5234f72b6325500
1 using System;
2 using System.Collections.Generic;
3 using System.Collections.ObjectModel;
4 using System.ServiceModel;
5 using System.ServiceModel.Channels;
6 using System.ServiceModel.Description;
7 using System.ServiceModel.Dispatcher;
9 namespace System.ServiceModel.Discovery
11 [MonoTODO]
12 public class DiscoveryOperationContextExtension : IExtension<OperationContext>
14 internal DiscoveryOperationContextExtension ()
18 void IExtension<OperationContext>.Attach (OperationContext owner)
22 void IExtension<OperationContext>.Detach (OperationContext owner)