3 references to DefaultRealm
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpTransportSecurity.cs (3)
23
_realm =
DefaultRealm
;
91
http.Realm =
DefaultRealm
;
99
return http.AuthenticationScheme == AuthenticationSchemes.Anonymous && http.Realm ==
DefaultRealm
;