2 writes to ReplyTimeoutHelper
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
656
rpc.
ReplyTimeoutHelper
= new TimeoutHelper(rpc.Channel.OperationTimeout);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (1)
98
this.
ReplyTimeoutHelper
= new TimeoutHelper();
2 references to ReplyTimeoutHelper
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
121
rpc.RequestContext.Reply(rpc.Reply, rpc.
ReplyTimeoutHelper
.RemainingTime());
161
rpc.AsyncResult = rpc.RequestContext.BeginReply(rpc.Reply, rpc.
ReplyTimeoutHelper
.RemainingTime(),