1 write to Request
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
928var 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)
1037state.Request.EndReply(result); 1065state.ChannelHandler.HandleErrorContinuation(state.Exception, state.Request, state.Channel, ref state.FaultInfo, true);