3 writes to allowInsecureTransport
System.ServiceModel (3)
System\ServiceModel\Channels\SecurityBindingElement.cs (3)
70this.allowInsecureTransport = defaultAllowInsecureTransport; 104this.allowInsecureTransport = elementToBeCloned.allowInsecureTransport; 210this.allowInsecureTransport = value;
2 references to allowInsecureTransport
System.ServiceModel (2)
System\ServiceModel\Channels\SecurityBindingElement.cs (2)
104this.allowInsecureTransport = elementToBeCloned.allowInsecureTransport; 206return this.allowInsecureTransport;