1 write to channel
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
1188this.channel = channel;
4 references to channel
System.ServiceModel (4)
System\ServiceModel\Channels\HttpChannelFactory.cs (4)
1213this.webRequest = channel.GetWebRequest(this.to, this.via, ref timeoutHelper); 1220if (channel.State != CommunicationState.Opened) 1225channel.ThrowIfDisposedOrNotOpen(); 1377this.channel.OnWebRequestCompleted(request);