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

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); } }