6 writes to Channel
System.ServiceModel.Primitives (6)
System\ServiceModel\Dispatcher\ChannelHandler.cs (6)
337_requestInfo.Channel = Channel; 344_requestInfo.Channel = GetSessionChannel(request.RequestMessage, out _requestInfo.Endpoint, out addressMatched); 348_requestInfo.Channel = GetDatagramChannel(request.RequestMessage, out _requestInfo.Endpoint, out addressMatched); 1180_requestInfo.Channel = null; 1262Channel = null; 1273Channel = null;
12 references to Channel
System.ServiceModel.Primitives (12)
System\ServiceModel\Dispatcher\ChannelHandler.cs (12)
234ServiceChannel channel = _requestInfo.Channel; 339if (_requestInfo.Channel == null) 351if (_requestInfo.Channel == null) 365_requestInfo.Endpoint = _requestInfo.Channel.EndpointDispatcher; 370if (_requestInfo.Channel == null) 378if (_requestInfo.Channel.HasSession || _isCallback) 380_requestInfo.DispatchRuntime = _requestInfo.Channel.DispatchRuntime; 494_listener.ChannelDispatcher.ProvideFault(e, _requestInfo.Channel == null ? Binder.Channel.GetProperty<FaultConverter>() : _requestInfo.Channel.GetProperty<FaultConverter>(), ref faultInfo); 709_requestInfo.Channel.CompletedIOOperation(); 1161if (_requestInfo.Channel == null) 1168IContextChannel transparentProxy = _requestInfo.Channel.Proxy as IContextChannel;