2 writes to to
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
1189
this.
to
= channel.RemoteAddress;
1212
factory.ApplyManualAddressing(ref this.
to
, ref this.via, message);
2 references to to
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
1213
this.webRequest = channel.GetWebRequest(this.
to
, this.via, ref timeoutHelper);
1246
TD.MessageSentByTransport(eventTraceActivity, this.
to
.Uri.AbsoluteUri);