8 references to UriFixups
System.Web.Services (8)
System\Web\Services\Description\HttpGetProtocolReflector.cs (2)
29
if (this.
UriFixups
!= null)
31
this.
UriFixups
.Add(delegate(Uri current)
System\Web\Services\Description\HttpPostProtocolReflector.cs (2)
36
if (this.
UriFixups
!= null)
38
this.
UriFixups
.Add(delegate(Uri current)
System\Web\Services\Description\Soap12ProtocolReflector.cs (2)
86
if (this.
UriFixups
!= null)
88
this.
UriFixups
.Add(delegate(Uri current)
System\Web\Services\Description\SoapProtocolReflector.cs (2)
281
if (this.
UriFixups
!= null)
283
this.
UriFixups
.Add(delegate(Uri current)