3 writes to unsafeConnectionNtlmAuthentication
System.ServiceModel (3)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (3)
64
this.
unsafeConnectionNtlmAuthentication
= HttpTransportDefaults.UnsafeConnectionNtlmAuthentication;
90
this.
unsafeConnectionNtlmAuthentication
= elementToBeCloned.unsafeConnectionNtlmAuthentication;
455
this.
unsafeConnectionNtlmAuthentication
= value;
4 references to unsafeConnectionNtlmAuthentication
System.ServiceModel (4)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (4)
90
this.unsafeConnectionNtlmAuthentication = elementToBeCloned.
unsafeConnectionNtlmAuthentication
;
450
return this.
unsafeConnectionNtlmAuthentication
;
930
if (this.
unsafeConnectionNtlmAuthentication
!= http.
unsafeConnectionNtlmAuthentication
)