1 write to Href
System.Web.Services (1)
System\Web\Services\Configuration\WsdlHelpGeneratorElement.cs (1)
167
this.
Href
= "DefaultWsdlHelpGenerator.aspx";
7 references to Href
System.Web.Services (7)
System\Web\Services\Configuration\WsdlHelpGeneratorElement.cs (5)
34
get { return this.virtualPath + this.
Href
; }
39
get { return Path.Combine(this.actualPath, this.
Href
); }
81
if (this.
Href
.Length == 0)
107
CheckIOReadPermission(path, this.
Href
);
168
CheckIOReadPermission(this.actualPath, this.
Href
);
System\Web\Services\Protocols\DocumentationServerProtocol.cs (2)
130
if (config.WsdlHelpGenerator.
Href
!= null && config.WsdlHelpGenerator.
Href
.Length > 0)