2 writes to ProtectionRealm
System (2)
net\System\Net\_DigestClient.cs (2)
129digestResponse.ProtectionRealm = digestChallenge.Domain==null ? null: prefixes; 388digestResponse.ProtectionRealm = digestChallenge.Domain==null ? null: prefixes;
4 references to ProtectionRealm
System (4)
net\System\Net\_AuthenticationManager2.cs (2)
269if (response.ProtectionRealm != null) 273string[] prefix = response.ProtectionRealm;
net\System\Net\_AuthenticationManagerDefault.cs (2)
416if (response.ProtectionRealm != null) 420string[] prefix = response.ProtectionRealm;