3 instantiations of DuplexRequestContext
System.ServiceModel (3)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (3)
337requestContext = new DuplexRequestContext(this.channel, message, this); 355return new DuplexRequestContext(this.channel, message, this); 438requestContext = new DuplexRequestContext(this.channel, message, this);
2 references to DuplexRequestContext
System.ServiceModel (2)
System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (2)
713DuplexRequestContext context; 715public ReplyAsyncResult(DuplexRequestContext context, Message message, TimeSpan timeout, AsyncCallback callback, object state)