1 write to to
System.ServiceModel (1)
System\ServiceModel\Channels\PeerDuplexChannel.cs (1)
34this.to = localAddress;
4 references to to
System.ServiceModel (4)
System\ServiceModel\Channels\PeerDuplexChannel.cs (4)
41get { return this.to; } 72if (this.to != null) 74this.to.ApplyTo(message); 211this.securityProtocol = ((IPeerFactory)channelManager).SecurityManager.CreateSecurityProtocol<IDuplexChannel>(this.to, timeoutHelper.RemainingTime());