1 write to factory
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
1415
this.
factory
= channel.Factory;
7 references to factory
System.ServiceModel (7)
System\ServiceModel\Channels\HttpChannelFactory.cs (7)
1451
factory
.ApplyManualAddressing(ref this.to, ref this.via, this.requestMessage);
1546
this.httpOutput = HttpOutput.CreateHttpOutput(this.request, this.
factory
, this.requestMessage, this.
factory
.IsChannelBindingSupportEnabled);
1614
if (TransferModeHelper.IsRequestStreamed(this.
factory
.transferMode))
1671
if (TransferModeHelper.IsRequestStreamed(this.
factory
.transferMode))
1762
this.
factory
, responseException, this.channelBinding);
1794
HttpChannelUtilities.AddReplySecurityProperty(this.
factory
, this.request, this.response,