5 references to Transport
System.ServiceModel (5)
System\ServiceModel\Configuration\PeerSecurityElement.cs (4)
41this.Transport.ApplyConfiguration(security.Transport); 54this.Transport.InitializeFrom(security.Transport); 67this.Transport.CopyFrom(source.Transport);
System\ServiceModel\PeerSecuritySettings.cs (1)
35transportSecurity = new PeerTransportSecuritySettings(element.Transport);