3 references to 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);