2 implementations of IServerConfig2
System.Web (2)
Configuration\ExpressServerConfig.cs (1)
22
internal sealed class ExpressServerConfig : IServerConfig,
IServerConfig2
, IConfigMapPath, IConfigMapPath2, IDisposable {
Configuration\ProcessHostServerConfig.cs (1)
27
internal sealed class ProcessHostServerConfig : IServerConfig,
IServerConfig2
{
4 references to IServerConfig2
System.Web (4)
Configuration\ExpressServerConfig.cs (1)
188
bool
IServerConfig2
.IsWithinApp(string virtualPath) {
Configuration\ProcessHostServerConfig.cs (1)
178
bool
IServerConfig2
.IsWithinApp(string virtualPath) {
Hosting\MapPathBasedVirtualPathProvider.cs (2)
259
IServerConfig2
_serverConfig2;
277
_serverConfig2 = serverConfig as
IServerConfig2
;