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