2 writes to userName
System.ServiceModel (2)
System\ServiceModel\Security\UserNamePasswordClientCredential.cs (2)
22this.userName = other.userName; 36this.userName = value;
2 references to userName
System.ServiceModel (2)
System\ServiceModel\Security\UserNamePasswordClientCredential.cs (2)
22this.userName = other.userName; 31return this.userName;