1 write to Request
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
1262
var state = new ContinuationState { ChannelHandler = this, Channel = channel, Exception = exception, FaultInfo = faultInfo,
Request
= request, Reply = reply };
2 references to Request
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
1373
state.
Request
.EndReply(result);
1405
state.ChannelHandler.HandleErrorContinuation(state.Exception, state.
Request
, state.Channel, ref state.FaultInfo, true);