3 writes to _allowInsecureTransport
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (3)
69
_allowInsecureTransport
= defaultAllowInsecureTransport;
103
_allowInsecureTransport
= elementToBeCloned._allowInsecureTransport;
209
_allowInsecureTransport
= value;
2 references to _allowInsecureTransport
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SecurityBindingElement.cs (2)
103
_allowInsecureTransport = elementToBeCloned.
_allowInsecureTransport
;
205
return
_allowInsecureTransport
;