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