2 writes to Channel
System.ServiceModel.Primitives (2)
System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
57Channel = channel; 450Channel = new ServiceChannel(Binder, endpoint, _listener.ChannelDispatcher, _idleManager);
20 references to Channel
System.ServiceModel.Primitives (20)
System\ServiceModel\Dispatcher\ChannelHandler.cs (20)
337_requestInfo.Channel = Channel; 441if (Channel == null) 445if (Channel == null) 451InitializeServiceChannel(Channel); 457if (Channel == null) 463endpoint = Channel.EndpointDispatcher; 465return Channel; 496else if (Channel != null) 498DispatchRuntime dispatchBehavior = Channel.ClientRuntime.CallbackDispatchRuntime; 499dispatchBehavior.ChannelDispatcher.ProvideFault(e, Channel.GetProperty<FaultConverter>(), ref faultInfo); 520else if (Channel != null) 522return Channel.ClientRuntime.CallbackDispatchRuntime.ChannelDispatcher.HandleError(e, ref faultInfo); 636if (Channel != null) 638Channel.HandleReceiveComplete(context); 909else if (Channel != null && Channel.IsClient) 911enableFaults = Channel.ClientRuntime.EnableFaults; 928var state = new ContinuationState { ChannelHandler = this, Channel = Channel, Exception = exception, FaultInfo = faultInfo, Request = request, Reply = reply }; 1181HandleError(e, request, Channel); 1216HandleError(e, request, Channel);