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