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