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