1 write to httpOutput
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
1546
this.
httpOutput
= HttpOutput.CreateHttpOutput(this.request, this.factory, this.requestMessage, this.factory.IsChannelBindingSupportEnabled);
7 references to httpOutput
System.ServiceModel (7)
System\ServiceModel\Channels\HttpChannelFactory.cs (7)
1522
httpOutput
.Abort(this.abortReason);
1553
IAsyncResult asyncResult =
httpOutput
.BeginSend(timeoutHelper.RemainingTime(), onSend, this);
1567
this.
httpOutput
.Abort(HttpAbortReason.Aborted);
1582
httpOutput
.EndSend(result);
1583
this.channelBinding =
httpOutput
.TakeChannelBinding();
1584
httpOutput
.Close();
1595
httpOutput
.Abort(HttpAbortReason.Aborted);