Base:
property
Method
System.Net.WebRequest.Method
2 writes to Method
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (1)
425request.Method = "GET";
PresentationCore (1)
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (1)
446request.Method = "GET";
1 reference to Method
Microsoft.Extensions.Http.Diagnostics (1)
Http\DownstreamDependencyMetadataManager.cs (1)
68return GetRequestMetadataInternal(requestMessage.Method, requestMessage.RequestUri.AbsolutePath, hostMetadata);