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