1 override of GetWebRequest
dotnet-svcutil-lib (1)
Metadata\MetadaExchangeResolver.cs (1)
342
internal 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)
749
request = this.resolver.
GetWebRequest
(_location, this.dialect, this.identifier);
797
request = this.resolver.
GetWebRequest
(_location, this.dialect, this.identifier);
Metadata\MetadaExchangeResolver.cs (1)
344
HttpWebRequest request = base.
GetWebRequest
(location, dialect, identifier);