19 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)
353_method = WebRequestMethods.Http.Get; // http default 359_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))]
System.Net.Requests (15)
System\Net\FileWebRequest.cs (1)
15private string _method = WebRequestMethods.File.DownloadFile;
System\Net\FtpWebRequest.cs (14)
109new FtpMethodInfo(WebRequestMethods.Ftp.DownloadFile, 115new FtpMethodInfo(WebRequestMethods.Ftp.ListDirectory, 122new FtpMethodInfo(WebRequestMethods.Ftp.ListDirectoryDetails, 129new FtpMethodInfo(WebRequestMethods.Ftp.UploadFile, 134new FtpMethodInfo(WebRequestMethods.Ftp.UploadFileWithUniqueName, 141new FtpMethodInfo(WebRequestMethods.Ftp.AppendFile, 146new FtpMethodInfo(WebRequestMethods.Ftp.DeleteFile, 150new FtpMethodInfo(WebRequestMethods.Ftp.GetDateTimestamp, 154new FtpMethodInfo(WebRequestMethods.Ftp.GetFileSize, 158new FtpMethodInfo(WebRequestMethods.Ftp.Rename, 162new FtpMethodInfo(WebRequestMethods.Ftp.MakeDirectory, 167new FtpMethodInfo(WebRequestMethods.Ftp.RemoveDirectory, 172new FtpMethodInfo(WebRequestMethods.Ftp.PrintWorkingDirectory, 497_methodInfo = FtpMethodInfo.GetMethodInfo(WebRequestMethods.Ftp.DownloadFile);