3 references to DuplexRequestContext
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (3)
327
requestContext = new
DuplexRequestContext
(_channel, message, this);
345
return new
DuplexRequestContext
(_channel, message, this);
428
requestContext = new
DuplexRequestContext
(_channel, message, this);