3 instantiations of 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);
2 references to DuplexRequestContext
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (2)
669
private
DuplexRequestContext
_context;
671
public ReplyAsyncResult(
DuplexRequestContext
context, Message message, TimeSpan timeout, AsyncCallback callback, object state)