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