2 writes to via
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
1414
this.
via
= channel.Via;
1451
factory.ApplyManualAddressing(ref this.to, ref this.
via
, this.requestMessage);
2 references to via
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
1454
SetWebRequest(channel.GetWebRequest(this.to, this.
via
, ref this.timeoutHelper));
1469
to,
via
, ref this.timeoutHelper, onGetWebRequestCompleted, this);