1 write to httpOutput
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
1546this.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)
1522httpOutput.Abort(this.abortReason); 1553IAsyncResult asyncResult = httpOutput.BeginSend(timeoutHelper.RemainingTime(), onSend, this); 1567this.httpOutput.Abort(HttpAbortReason.Aborted); 1582httpOutput.EndSend(result); 1583this.channelBinding = httpOutput.TakeChannelBinding(); 1584httpOutput.Close(); 1595httpOutput.Abort(HttpAbortReason.Aborted);