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