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