1 write to UriFixups
System.Web.Services (1)
System\Web\Services\Protocols\DiscoveryServerProtocol.cs (1)
47
this.
UriFixups
= new List<Action<Uri>>();
7 references to UriFixups
System.Web.Services (7)
System\Web\Services\Protocols\DiscoveryServerProtocol.cs (7)
35
if (this.
UriFixups
!= null)
37
this.
UriFixups
.Add(fixup);
58
ServiceDescriptionReflector reflector = new ServiceDescriptionReflector(this.
UriFixups
);
284
if (this.serverType.
UriFixups
== null)
302
if (this.serverType.
UriFixups
== null)
319
if (this.serverType.
UriFixups
== null)
356
foreach (Action<Uri> fixup in this.serverType.
UriFixups
)