1 write to UriFixups
System.Web.Services (1)
System\Web\Services\Protocols\DocumentationServerProtocol.cs (1)
47
this.
UriFixups
= new List<Action<Uri>>();
5 references to UriFixups
System.Web.Services (5)
System\Web\Services\Protocols\DocumentationServerProtocol.cs (5)
35
if (this.
UriFixups
!= null)
37
this.
UriFixups
.Add(fixup);
58
ServiceDescriptionReflector reflector = new ServiceDescriptionReflector(this.
UriFixups
);
184
if (this.serverType.
UriFixups
== null)
216
foreach (Action<Uri> fixup in this.serverType.
UriFixups
)