2 implementations of GetSiteName
System.Web (2)
Hosting\ISAPIApplicationHost.cs (1)
132String IApplicationHost.GetSiteName() {
Hosting\SimpleApplicationHost.cs (1)
63String IApplicationHost.GetSiteName() {
6 references to GetSiteName
System.Web (6)
Configuration\ExpressServerConfig.cs (2)
95string siteName = (appHost == null) ? CurrentAppSiteName : appHost.GetSiteName(); 203int result = _nativeConfig.MgdGetVrPathCreds( appHost.GetSiteName(),
Configuration\ProcessHostServerConfig.cs (2)
85string siteName = (appHost == null) ? _siteNameForCurrentApplication : appHost.GetSiteName(); 194appHost.GetSiteName(),
Hosting\ApplicationManager.cs (1)
435appHost.GetPhysicalPath(), appHost.GetSiteName());
Hosting\HostingEnvironment.cs (1)
938s = _appHost.GetSiteName();