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