<PackageReference Include="System.ServiceModel.Primitives" Version="6.0.0-rc.23205.4" />

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