2 writes to Prefix
System (2)
net\System\Net\Configuration\WebRequestModuleElement.cs (2)
26this.Prefix = prefix; 32this.Prefix = prefix;
2 references to Prefix
System (2)
net\System\Net\Configuration\WebRequestModuleElement.cs (1)
72get { return this.Prefix; }
net\System\Net\Configuration\WebRequestModulesSection.cs (1)
80this.webRequestModules.Add(new WebRequestPrefixElement(webRequestModuleElement.Prefix, webRequestModuleElement.Type));