Base:
method
GetResponse
System.Net.WebRequest.GetResponse()
12 references to GetResponse
System (3)
net\System\Net\_Connection.cs (2)
3747HttpWebResponse connectResponse = (HttpWebResponse)req.GetResponse(); 3823connectResponse = (HttpWebResponse)connectRequest.GetResponse();
net\System\Net\FtpWebRequest.cs (1)
606m_FtpWebResponse = new FtpWebResponse((HttpWebResponse)httpWebRequest.GetResponse());
System.Data.Services.Client (4)
System\Data\Services\Client\DataServiceContext.cs (2)
4293HttpWebResponse httpWebResponse = (HttpWebResponse)httpWebRequest.GetResponse(); 4395response = (HttpWebResponse)httpWebRequest.GetResponse();
System\Data\Services\Client\GetReadStreamResult.cs (1)
108webresponse = (System.Net.HttpWebResponse)this.request.GetResponse();
System\Data\Services\Client\QueryResult.cs (1)
220response = (HttpWebResponse)this.Request.GetResponse();
System.Runtime.Remoting (1)
channels\http\httpclientchannel.cs (1)
487response = (HttpWebResponse)httpWebRequest.GetResponse();
System.ServiceModel (3)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
139response = (HttpWebResponse)request.GetResponse();
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
1304response = (HttpWebResponse)webRequest.GetResponse();
System\ServiceModel\Description\MetadataExchangeClient.cs (1)
797response = (HttpWebResponse)request.GetResponse();
System.Web.Extensions (1)
ClientServices\Providers\ProxyHelper.cs (1)
71using(HttpWebResponse response = (HttpWebResponse)request.GetResponse()) {