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