2 writes to Realm
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpTransportSecurity.cs (2)
79
http.
Realm
= this.Realm;
91
http.
Realm
= DefaultRealm;
2 references to Realm
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpTransportSecurity.cs (2)
85
transportSecurity.Realm = http.
Realm
;
99
return http.AuthenticationScheme == AuthenticationSchemes.Anonymous && http.
Realm
== DefaultRealm;