4 writes to transportSecurity
System.ServiceModel (4)
System\ServiceModel\PeerSecuritySettings.cs (4)
23transportSecurity = new PeerTransportSecuritySettings(); 29this.transportSecurity = new PeerTransportSecuritySettings(other.transportSecurity); 35transportSecurity = new PeerTransportSecuritySettings(element.Transport); 54set { this.transportSecurity = value; }
4 references to transportSecurity
System.ServiceModel (4)
System\ServiceModel\PeerSecuritySettings.cs (4)
29this.transportSecurity = new PeerTransportSecuritySettings(other.transportSecurity); 53get { return this.transportSecurity; } 106transportSecurity.OnImportPolicy(importer, context); 136transportSecurity.OnExportPolicy(exporter, context);