1 write to webDirectoryPath
ComSvcConfig (1)
WasEndpointConfigContainer.cs (1)
46this.webDirectoryPath = webDirectoryPath;
2 references to webDirectoryPath
ComSvcConfig (2)
WasEndpointConfigContainer.cs (2)
49this.configFile = new AtomicFile(this.webDirectoryPath + "\\web.config"); 50this.svcFileManager = new SvcFileManager(this.webDirectoryPath);