System.ServiceModel.OperationContextScope
namespace System.ServiceModel
{
public sealed class OperationContextScope : IDisposable
{
public OperationContextScope(IContextChannel channel);
public OperationContextScope(OperationContext context);
public void Dispose();
}
}