1 write to channel
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
1412this.channel = channel;
8 references to channel
System.ServiceModel (8)
System\ServiceModel\Channels\HttpChannelFactory.cs (8)
1452if (this.channel.WillGetWebRequestCompleteSynchronously()) 1454SetWebRequest(channel.GetWebRequest(this.to, this.via, ref this.timeoutHelper)); 1468IAsyncResult result = channel.BeginGetWebRequest( 1540SetWebRequest(this.channel.EndGetWebRequest(result)); 1657using (ServiceModelActivity.BoundOperation(this.channel.Activity)) 1745if (channel.State != CommunicationState.Opened) 1749channel.ThrowIfDisposedOrNotOpen(); 1915this.channel.OnWebRequestCompleted(request);