Base:
property
Method
System.Net.WebRequest.Method
10 writes to Method
PresentationCore (1)
Core\CSharp\MS\Internal\IO\Packaging\ByteRangeDownloader.cs (1)
516request.Method = "GET";
System (1)
net\System\Net\FtpWebRequest.cs (1)
1969m_HttpWebRequest.Method = m_MethodInfo.HttpCommand;
System.Data.Services.Client (3)
System\Data\Services\Client\DataServiceContext.cs (3)
1979request.Method = XmlConstants.HttpMethodPost; 1983request.Method = method; 2097request.Method = method;
System.Runtime.Remoting (1)
channels\http\httpclientchannel.cs (1)
595httpWebRequest.Method = verb;
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
741httpWebRequest.Method = "POST";
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
2532httpWebRequest.Method = requestProperty.Method;
System\ServiceModel\Description\MetadataExchangeClient.cs (1)
446request.Method = "GET";
System.Web.Extensions (1)
ClientServices\Providers\ProxyHelper.cs (1)
51request.Method = "POST";
2 references to Method
System (1)
net\System\Net\HttpWebRequest.cs (1)
4122GlobalLog.Print("HttpWebRequest#" + ValidationHelper.HashString(this) + "::BeginSubmitRequest() Method:" + Method + " Address:" + Address);
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
737Fx.Assert(httpWebRequest.Method.Equals("GET", StringComparison.OrdinalIgnoreCase), "the default HTTP method of HttpWebRequest should be 'Get'.");