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