1 write to RequestContext
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (1)
93
this.
RequestContext
= requestContext;
10 references to RequestContext
dotnet-svcutil-lib (10)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (4)
121
rpc.
RequestContext
.Reply(rpc.Reply, rpc.ReplyTimeoutHelper.RemainingTime());
161
rpc.AsyncResult = rpc.
RequestContext
.BeginReply(rpc.Reply, rpc.ReplyTimeoutHelper.RemainingTime(),
213
rpc.
RequestContext
.EndReply(rpc.AsyncResult);
419
rpc.
RequestContext
.Reply(null);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (6)
187
if ((this.
RequestContext
!= null) && (this.
RequestContext
!= this.OperationContext.RequestContext))
189
this.AbortRequestContext(this.
RequestContext
);
204
if ((this.
RequestContext
!= null) && (this.
RequestContext
!= this.OperationContext.RequestContext))
206
this.DisposeRequestContext(this.
RequestContext
);