4 references to WebRequestMethods
netstandard (1)
netstandard.cs (1)
1306
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.
WebRequestMethods
))]
PresentationCore (2)
MS\Internal\IO\Packaging\PseudoWebRequest.cs (2)
345
_method =
WebRequestMethods
.Http.Get; // http default
351
_method =
WebRequestMethods
.Ftp.DownloadFile; // ftp default
System (1)
src\libraries\shims\System\ref\System.cs (1)
798
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.
WebRequestMethods
))]