File: System\ServiceModel\Dispatcher\WellknownContextProperties.cs
Project: ndp\cdf\src\NetFx35\System.WorkflowServices\System.WorkflowServices.csproj (System.WorkflowServices)
//----------------------------------------------------------------
// Copyright (c) Microsoft Corporation.  All rights reserved.
//----------------------------------------------------------------
 
namespace System.ServiceModel.Dispatcher
{
    static class WellKnownContextProperties
    {
        public const string ConversationId = "conversationId";
        public const string InstanceId = "instanceId";
    }
}