<PackageReference Include="System.ServiceModel.Primitives" Version="10.0.652802" />

System.ServiceModel.Dispatcher.MessageRpcInvokeNotification

namespace System.ServiceModel.Dispatcher { internal class MessageRpcInvokeNotification : IInvokeReceivedNotification { public bool DidInvokerEnsurePump { get; set; } public MessageRpcInvokeNotification(ServiceModelActivity activity, ChannelHandler handler); public void NotifyInvokeReceived(); public void NotifyInvokeReceived(RequestContext request); } }