//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
namespace System.ServiceModel.Channels
{
using System;
using System.Runtime;
using System.Threading;
class HttpPipelineCancellationTokenSource : CancellationTokenSource
{
static Action