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; 205return _allowInsecureTransport;