3 implementations of GetUncUser
System.Web (3)
Configuration\ExpressServerConfig.cs (1)
192bool IServerConfig.GetUncUser(IApplicationHost appHost, VirtualPath path, out string username, out string password) {
Configuration\MetabaseServerConfig.cs (1)
76bool IServerConfig.GetUncUser(IApplicationHost appHost, VirtualPath path, out string username, out string password) {
Configuration\ProcessHostServerConfig.cs (1)
182bool IServerConfig.GetUncUser(IApplicationHost appHost, VirtualPath path, out string username, out string password) {
1 reference to GetUncUser
System.Web (1)
Hosting\ISAPIApplicationHost.cs (1)
119bool hasUncUser = serverConfig.GetUncUser(this, _virtualPath, out username, out password);