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