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