1 override of GetWebRequest
dotnet-svcutil-lib (1)
Metadata\MetadaExchangeResolver.cs (1)
342internal protected override HttpWebRequest GetWebRequest(Uri location, string dialect, string identifier)
3 references to GetWebRequest
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (2)
749request = this.resolver.GetWebRequest(_location, this.dialect, this.identifier); 797request = this.resolver.GetWebRequest(_location, this.dialect, this.identifier);
Metadata\MetadaExchangeResolver.cs (1)
344HttpWebRequest request = base.GetWebRequest(location, dialect, identifier);