3 instantiations of DuplexRequestContext
System.ServiceModel.Primitives (3)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (3)
319requestContext = new DuplexRequestContext(_channel, message, this); 337return new DuplexRequestContext(_channel, message, this); 424requestContext = new DuplexRequestContext(_channel, message, this);
2 references to DuplexRequestContext
System.ServiceModel.Primitives (2)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (2)
671private DuplexRequestContext _context; 673public ReplyAsyncResult(DuplexRequestContext context, Message message, TimeSpan timeout, AsyncCallback callback, object state)