6 writes to Channel
System.ServiceModel (6)
System\ServiceModel\Dispatcher\ChannelHandler.cs (6)
550this.requestInfo.Channel = this.channel; 557this.requestInfo.Channel = this.GetSessionChannel(request.RequestMessage, out this.requestInfo.Endpoint, out addressMatched); 561this.requestInfo.Channel = this.GetDatagramChannel(request.RequestMessage, out this.requestInfo.Endpoint, out addressMatched); 1878this.requestInfo.Channel = null; 2027this.Channel = null; 2046this.Channel = null;
15 references to Channel
System.ServiceModel (15)
System\ServiceModel\Dispatcher\ChannelHandler.cs (15)
385ServiceChannel channel = this.requestInfo.Channel; 552if (this.requestInfo.Channel == null) 564if (this.requestInfo.Channel == null) 579this.requestInfo.Endpoint = this.requestInfo.Channel.EndpointDispatcher; 583if (this.InstanceContextServiceThrottle != null && this.requestInfo.Channel.InstanceContextServiceThrottle == null) 585this.requestInfo.Channel.InstanceContextServiceThrottle = this.InstanceContextServiceThrottle; 591if (this.requestInfo.Channel == null) 599if (this.requestInfo.Channel.HasSession || this.isCallback) 601this.requestInfo.DispatchRuntime = this.requestInfo.Channel.DispatchRuntime; 756this.listener.ChannelDispatcher.ProvideFault(e, this.requestInfo.Channel == null ? this.binder.Channel.GetProperty<FaultConverter>() : this.requestInfo.Channel.GetProperty<FaultConverter>(), ref faultInfo); 995this.requestInfo.Channel.CompletedIOOperation(); 1797this.requestInfo.Channel.CompletedIOOperation(); 1859if (this.requestInfo.Channel == null) 1866IContextChannel transparentProxy = this.requestInfo.Channel.Proxy as IContextChannel;