6 writes to Channel
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (6)
345_requestInfo.Channel = _channel; 352_requestInfo.Channel = this.GetSessionChannel(request.RequestMessage, out _requestInfo.Endpoint, out addressMatched); 356_requestInfo.Channel = this.GetDatagramChannel(request.RequestMessage, out _requestInfo.Endpoint, out addressMatched); 1173_requestInfo.Channel = null; 1255this.Channel = null; 1266this.Channel = null;
12 references to Channel
dotnet-svcutil-lib (12)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (12)
247ServiceChannel channel = _requestInfo.Channel; 347if (_requestInfo.Channel == null) 359if (_requestInfo.Channel == null) 373_requestInfo.Endpoint = _requestInfo.Channel.EndpointDispatcher; 378if (_requestInfo.Channel == null) 386if (_requestInfo.Channel.HasSession || _isCallback) 388_requestInfo.DispatchRuntime = _requestInfo.Channel.DispatchRuntime; 502_listener.ChannelDispatcher.ProvideFault(e, _requestInfo.Channel == null ? _binder.Channel.GetProperty<FaultConverter>() : _requestInfo.Channel.GetProperty<FaultConverter>(), ref faultInfo); 709_requestInfo.Channel.CompletedIOOperation(); 1154if (_requestInfo.Channel == null) 1161IContextChannel transparentProxy = _requestInfo.Channel.Proxy as IContextChannel;