1 write to ChannelHandler
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 };
5 references to ChannelHandler
System.ServiceModel (5)
System\ServiceModel\Dispatcher\ChannelHandler.cs (5)
1384
state.
ChannelHandler
.HandleError(e);
1400
state.
ChannelHandler
.HandleError(e);
1405
state.
ChannelHandler
.HandleErrorContinuation(state.Exception, state.Request, state.Channel, ref state.FaultInfo, true);
1416
state.
ChannelHandler
.HandleError(e);
1419
state.
ChannelHandler
.EnsurePump();