3 references to RequestContextWrapper
System.ServiceModel (3)
System\ServiceModel\Dispatcher\BufferedReceiveBinder.cs (3)
177this.inputQueue.EnqueueAndDispatch(new RequestContextWrapper(requestContext)); 194requiresDispatch = binder.inputQueue.EnqueueWithoutDispatch(new RequestContextWrapper(requestContext), null); 236requiresDispatch = binder.inputQueue.EnqueueWithoutDispatch(new RequestContextWrapper(requestContext), null);