3 writes to _unsafeConnectionNtlmAuthentication
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (3)
55
_unsafeConnectionNtlmAuthentication
= HttpTransportDefaults.UnsafeConnectionNtlmAuthentication;
77
_unsafeConnectionNtlmAuthentication
= elementToBeCloned._unsafeConnectionNtlmAuthentication;
373
_unsafeConnectionNtlmAuthentication
= value;
4 references to _unsafeConnectionNtlmAuthentication
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (4)
77
_unsafeConnectionNtlmAuthentication = elementToBeCloned.
_unsafeConnectionNtlmAuthentication
;
368
return
_unsafeConnectionNtlmAuthentication
;
598
if (
_unsafeConnectionNtlmAuthentication
!= http.
_unsafeConnectionNtlmAuthentication
)