14 references to ApplyTo
System.ServiceModel (11)
System\ServiceModel\Channels\PeerDuplexChannel.cs (1)
74this.to.ApplyTo(message);
System\ServiceModel\Channels\PeerOutputChannel.cs (1)
166this.RemoteAddress.ApplyTo(message);
System\ServiceModel\Channels\ReplyAdapterChannelListener.cs (1)
279this.replyTo.ApplyTo(message);
System\ServiceModel\Channels\RequestChannel.cs (1)
352to.ApplyTo(message);
System\ServiceModel\Channels\RequestReplyCorrelator.cs (1)
116destination.ApplyTo(reply);
System\ServiceModel\Channels\ServerReliableChannelBinder.cs (1)
102this.RemoteAddress.ApplyTo(message);
System\ServiceModel\Channels\WebSocketTransportDuplexSessionChannel.cs (1)
993this.localAddress.ApplyTo(message);
System\ServiceModel\Security\SecuritySessionClientSettings.cs (2)
974request.Headers.ReplyTo.ApplyTo(reply); 978request.Headers.From.ApplyTo(reply);
System\ServiceModel\Security\SecuritySessionServerSettings.cs (2)
1849request.Headers.ReplyTo.ApplyTo(reply); 1853request.Headers.From.ApplyTo(reply);
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\ClientUdpOutputChannel.cs (1)
65this.to.ApplyTo(message);
System\ServiceModel\Channels\UdpChannelFactory.cs (1)
376this.to.ApplyTo(message);
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\UdpReplyToBehavior.cs (1)
144AnnonymousAddress.ApplyTo(request);