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