2 writes to isReadOnly
System.ServiceModel (2)
System\ServiceModel\Security\WindowsClientCredential.cs (2)
30
this.
isReadOnly
= other.isReadOnly;
83
this.
isReadOnly
= true;
2 references to isReadOnly
System.ServiceModel (2)
System\ServiceModel\Security\WindowsClientCredential.cs (2)
30
this.isReadOnly = other.
isReadOnly
;
88
if (this.
isReadOnly
)